remove "Cond"

This commit is contained in:
Glenn Maynard
2005-08-31 19:56:46 +00:00
parent 0a0ad9eb54
commit dc40ed8f64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ void BGAnimation::AddLayersFromAniDir( const CString &_sAniDir, const IniFile& i
{
CString expr;
if( ini.GetValue( "BGAnimation", "Condition", expr ) || ini.GetValue( "BGAnimation", "Cond", expr ) )
if( ini.GetValue("BGAnimation", "Condition", expr) )
{
if( !LuaHelpers::RunExpressionB( expr ) )
return;