Another syntax bug, another cache force.

...alright, even I'm getting annoyed with this.
This commit is contained in:
Jason Felds
2011-07-17 23:42:38 -04:00
parent 92bab49a16
commit acbf2e9aa7
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -133,7 +133,8 @@ void SMLoader::ProcessAttackString( vector<RString> & attacks, MsdFile::value_t
{
RString tmp = params[s];
Trim(tmp);
attacks.push_back( tmp );
if (tmp.size() > 0)
attacks.push_back( tmp );
}
}