Backed out changeset: 951598961ea8.

This commit is contained in:
Nicholas Hastings 2012-12-27 16:38:34 -05:00
parent b206858c67
commit e105711678

View File

@ -114,7 +114,7 @@ void Conditions_OnGameFrame(bool simulating)
g_addCondForward->Execute(NULL, NULL);
}
for (j = 0; (j = removedconds->FindNextSetBit( j )) != -1; ++j)
for (j = 0; (j = addedconds->FindNextSetBit( j )) != -1; ++j)
{
g_removeCondForward->PushCell(i);
g_removeCondForward->PushCell(j);