Mercurial > mm7
diff Game.cpp @ 2290:d65414f65bd4
add MMT.cpp and MMT.h
author | Ritor1 |
---|---|
date | Sun, 16 Mar 2014 19:34:51 +0600 |
parents | 0cd17b0d36c2 |
children | 9551756f46c4 |
line wrap: on
line diff
--- a/Game.cpp Sun Mar 16 03:08:26 2014 +0100 +++ b/Game.cpp Sun Mar 16 19:34:51 2014 +0600 @@ -4274,10 +4274,6 @@ switch (pUIMessageType) // For buttons of window MainMenu { - case UIMSG_MMT_MainMenu_MM7: - SetCurrentMenuID(MENU_MAIN); - break; - case UIMSG_MainMenu_ShowPartyCreationWnd: GUIWindow::Create(495, 172, 0, 0, WINDOW_PressedButton2, (int)pMainMenu_BtnNew, 0); SetCurrentMenuID(MENU_NEWGAME);