Mercurial > mm7
comparison Game.cpp @ 2468:48cc5e0d8fc9
bool use_MMT = false;
author | Ritor1 |
---|---|
date | Mon, 18 Aug 2014 11:26:34 +0600 |
parents | b054ea5daf45 |
children | 8516bb27d7f0 |
comparison
equal
deleted
inserted
replaced
2467:43faa2865d57 | 2468:48cc5e0d8fc9 |
---|---|
5450 SecondaryInitialization(); | 5450 SecondaryInitialization(); |
5451 pRenderer->SetRasterClipRect(0, 0, window->GetWidth() - 1, window->GetHeight() - 1); | 5451 pRenderer->SetRasterClipRect(0, 0, window->GetWidth() - 1, window->GetHeight() - 1); |
5452 FinalInitialization(); | 5452 FinalInitialization(); |
5453 | 5453 |
5454 //Ritor1: include | 5454 //Ritor1: include |
5455 MMT_MainMenu_Loop(); | 5455 bool use_MMT = false; |
5456 if (use_MMT) | |
5457 MMT_MainMenu_Loop(); | |
5456 | 5458 |
5457 Log::Warning(L"MM: entering main loop"); | 5459 Log::Warning(L"MM: entering main loop"); |
5458 while (1) | 5460 while (1) |
5459 { | 5461 { |
5460 MainMenuWindow* main_menu_window = MainMenuWindow::Create(); | 5462 MainMenuWindow* main_menu_window = MainMenuWindow::Create(); |