From 1bb8d9fd825168f387de24432c5ca35976e99bdd Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 15 Feb 2008 09:28:39 +0000 Subject: [PATCH] add comment about 'Condition' --- stepmania/src/ActorUtil.cpp | 1 + 1 file changed, 1 insertion(+) 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 )