fixed handsize issue in demo.

Issue: 587
This commit is contained in:
omegablast2002@yahoo.com
2011-02-06 14:50:02 +00:00
parent e8a656e61e
commit 156fd4a601
3 changed files with 29 additions and 21 deletions

View File

@@ -802,6 +802,7 @@ void GameStateMenu::ButtonPressed(int controllerId, int controlId)
case SUBMENUITEM_DEMO:
mParent->players[0] = PLAYER_TYPE_CPU;
mParent->players[1] = PLAYER_TYPE_CPU;
mParent->gameType = GAME_TYPE_DEMO;
subMenuController->Close();
currentState = MENU_STATE_MAJOR_DUEL | MENU_STATE_MINOR_SUBMENU_CLOSING;
break;