Mercurial > mm7
diff Engine/Engine.cpp @ 2552:ac16f4a3a91e
Load from MainMenu logic separated from MainMenu window
author | a.parshin |
---|---|
date | Wed, 13 May 2015 01:33:20 +0200 |
parents | 4008b2f34be0 |
children | 48708da03b7f |
line wrap: on
line diff
--- a/Engine/Engine.cpp Tue May 12 12:03:30 2015 +0200 +++ b/Engine/Engine.cpp Wed May 13 01:33:20 2015 +0200 @@ -1811,8 +1811,8 @@ Log::Warning(L"MM: entering main loop"); while (1) { - MainMenuWindow *main_menu_window = MainMenuWindow::Create(); - window->AddControl(main_menu_window); + //MainMenuWindow *main_menu_window = MainMenuWindow::Create(); + //window->AddControl(main_menu_window); MainMenu_Loop(); uGameState = GAME_STATE_PLAYING; while (1)