sm-ssc v1.0 Public Beta 1 code changes
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ Actor* ActorUtil::LoadFromNode( const XNode* pNode, Actor *pParentActor )
|
||||
{
|
||||
ASSERT( pNode );
|
||||
|
||||
/* TODO: Remove this in favor of using conditionals in Lua. */
|
||||
// TODO: Remove this in favor of using conditionals in Lua.
|
||||
{
|
||||
bool bCond;
|
||||
if( pNode->GetAttrValue("Condition", bCond) && !bCond )
|
||||
|
||||
Reference in New Issue
Block a user