sm-ssc v1.0 Public Beta 1 code changes

This commit is contained in:
AJ Kelly
2010-03-01 00:44:39 -06:00
parent 42baa6f3f9
commit 02c7037721
40 changed files with 481 additions and 494 deletions
+1 -1
View File
@@ -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 )