fix warnings

This commit is contained in:
Chris Danford
2004-03-22 00:54:31 +00:00
parent d168a65016
commit 394c5186ed
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ ScreenBranch::ScreenBranch( CString sClassName ) : Screen( sClassName )
for( unsigned i=0; i<as.size(); i++ )
{
CString sChoice = Capitalize( as[i] );
CString sCondition = CONDITION(sChoice);
CString sCondition = CONDITION(sChoice);
if( Lua::RunExpression(sCondition) )
{