fix compile

This commit is contained in:
AJ Kelly
2010-02-02 20:08:44 -06:00
parent 015114ffc7
commit 9b8da1f06a
+1 -1
View File
@@ -722,7 +722,7 @@ bool Course::HasTimedMods() const
{
for( unsigned s=0; s < e->attacks.size(); s++ )
{
Attack &attack = e->attacks[s];
const Attack attack = e->attacks[s];
if(!attack.bGlobal)
return true;
}