Mercurial > mm7
diff Engine/Engine.cpp @ 2551:4008b2f34be0
MainMenu rendering moved from event loop to respective window class
author | a.parshin |
---|---|
date | Tue, 12 May 2015 12:03:30 +0200 |
parents | c674d547cc7c |
children | ac16f4a3a91e |
line wrap: on
line diff
--- a/Engine/Engine.cpp Tue May 12 11:28:22 2015 +0200 +++ b/Engine/Engine.cpp Tue May 12 12:03:30 2015 +0200 @@ -1743,7 +1743,7 @@ int max_flight_height = 4000; //maximum altitude bool use_MMT = false; -bool use_music_folder = true; +bool use_music_folder = false; bool for_refactoring = false; //----- (00462C94) -------------------------------------------------------- @@ -3132,7 +3132,6 @@ pIcons_LOD->uNumLoadedFiles = pIcons_LOD->pFacesLock; pIcons_LOD->pFacesLock = 0; } -// 4ED498: using guessed type char byte_4ED498; //----- (00494820) -------------------------------------------------------- unsigned int __fastcall _494820_training_time(unsigned int a1) @@ -3180,7 +3179,6 @@ } return result; } -// 4EE088: using guessed type __int16 word_4EE088_sound_ids[]; //----- (00443E31) -------------------------------------------------------- void LoadLevel_InitializeLevelStr() @@ -3227,7 +3225,7 @@ } //----- (00443F95) -------------------------------------------------------- -void OnMapLeave() +void OnMapLeave() { _evt_raw *test_event; if (uLevelEVT_NumEvents > 0) @@ -3394,7 +3392,6 @@ strcpy(pCurrentMapName, pMapName); uLevel_StartingPointType = start_point; } -// 6BE35C: using guessed type int uLevel_StartingPointType; //----- (004451A8) -------------------------------------------------------- void __fastcall sub_4451A8_press_any_key(int a1, int a2, int a4)