- temporarily remove undo feature

- bump up version number to 0.17.1 in PSP/Windows/android
This commit is contained in:
wagic.the.homebrew
2012-01-14 08:42:03 +00:00
parent 72be9778c8
commit 87a332e3f1
5 changed files with 12 additions and 6 deletions

View File

@@ -512,7 +512,7 @@ void GameStateDuel::Update(float dt)
}
//END almosthumane - mulligan
menu->Add(MENUITEM_MAIN_MENU, "Back to main menu");
menu->Add(MENUITEM_UNDO, "Undo");
//menu->Add(MENUITEM_UNDO, "Undo");
#ifdef TESTSUITE
menu->Add(MENUITEM_LOAD, "Load");
#endif