forked from mirrors/0ad
Fix some GCC warnings
This was SVN commit r7048.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user