diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 80714c9359..30c4b37ef6 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -106,6 +106,7 @@ Actor* ActorUtil::LoadFromNode( const XNode* pNode, Actor *pParentActor ) { ASSERT( pNode ); + /* TODO: Remove this in favor of using conditionals in Lua. */ { bool bCond; if( pNode->GetAttrValue("Condition", bCond) && !bCond )