I can update a comment

This commit is contained in:
AJ Kelly
2010-08-18 02:40:37 -05:00
parent ccb46a8761
commit f4a6c11160
+3 -1
View File
@@ -106,7 +106,9 @@ Actor* ActorUtil::LoadFromNode( const XNode* pNode, Actor *pParentActor )
{ {
ASSERT( pNode ); ASSERT( pNode );
// TODO: Remove this in favor of using conditionals in Lua. // Remove this in favor of using conditionals in Lua. -Chris
// There are a number of themes out there that depend on this (including
// sm-ssc default). Probably for the best to leave this in. -aj
{ {
bool bCond; bool bCond;
if( pNode->GetAttrValue("Condition", bCond) && !bCond ) if( pNode->GetAttrValue("Condition", bCond) && !bCond )