Mercurial > mm7
comparison Engine/Engine.cpp @ 2564:f9bdfe26d03d
.
author | a.parshin |
---|---|
date | Wed, 20 May 2015 00:56:07 +0200 |
parents | 65c97624c047 |
children | 117c219bf913 |
comparison
equal
deleted
inserted
replaced
2563:65c97624c047 | 2564:f9bdfe26d03d |
---|---|
1794 | 1794 |
1795 pEventTimer->Pause(); | 1795 pEventTimer->Pause(); |
1796 | 1796 |
1797 SetUserInterface(PartyAlignment_Neutral, false); | 1797 SetUserInterface(PartyAlignment_Neutral, false); |
1798 | 1798 |
1799 for (uint i = 0; i < 20; ++i) | |
1800 pWindowList[i] = nullptr; | |
1801 uNumVisibleWindows = -1; | |
1802 memset(pVisibleWindowsIdxs.data(), 0, sizeof(pVisibleWindowsIdxs)); | |
1803 | |
1799 ShowLogoVideo(); | 1804 ShowLogoVideo(); |
1800 //ShowIntroVideo_and_LoadingScreen(); | 1805 //ShowIntroVideo_and_LoadingScreen(); |
1801 WriteWindowsRegistryInt("Ran once", 1); | 1806 WriteWindowsRegistryInt("Ran once", 1); |
1802 dword_6BE364_game_settings_1 |= GAME_SETTINGS_4000; | 1807 dword_6BE364_game_settings_1 |= GAME_SETTINGS_4000; |
1803 SecondaryInitialization(); | |
1804 //pRenderer->SetRasterClipRect(0, 0, window->GetWidth() - 1, window->GetHeight() - 1); | |
1805 FinalInitialization(); | |
1806 | 1808 |
1807 //Ritor1: include | 1809 //Ritor1: include |
1808 if (use_MMT) | 1810 if (use_MMT) |
1809 MMT_MainMenu_Loop(); | 1811 MMT_MainMenu_Loop(); |
1810 | 1812 |