removed the exploit fix i added to prevent people from using the games esc menu to avoid doing negative effects from abilitiesmenu.

This commit is contained in:
omegablast2002@yahoo.com
2012-04-05 13:57:36 +00:00
parent eabbbe3f77
commit 6af6081cca

View File

@@ -903,14 +903,6 @@ void GameStateDuel::ButtonPressed(int controllerId, int controlId)
break;
default:
if(game->mLayers->actionLayer()->abilitiesMenu && controlId == MENUITEM_CANCEL)
{
game->undo();
menu->Close();
setGamePhase(DUEL_STATE_CANCEL);
break;
}
else
switch (controlId)
{