This commit is contained in:
Glenn Maynard
2005-06-16 07:06:29 +00:00
parent 11c368bf2a
commit 1b2215a6ef
+1 -1
View File
@@ -24,7 +24,7 @@ ScreenBranch::ScreenBranch( CString sClassName ) : Screen( sClassName )
CString sChoice = Capitalize( as[i] );
CString sCondition = CONDITION(sChoice);
if( LUA->RunExpressionB(sCondition) )
if( LuaHelpers::RunExpressionB(sCondition) )
{
m_sChoice = sChoice;
HandleScreenMessage( SM_GoToNextScreen );