1
0
forked from mirrors/0ad

Fix some GCC warnings

This was SVN commit r7048.
This commit is contained in:
Ykkrosh
2009-07-28 16:59:19 +00:00
parent 4ee7e26776
commit 008d894dd7
20 changed files with 39 additions and 29 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ static bool IsVisible_XSI(FCDSceneNode* node, bool& visible)
static bool IsVisible(FCDSceneNode* node)
{
bool visible;
bool visible = false;
// Try the XSI visibility property
if (IsVisible_XSI(node, visible))