Mercurial > mm7
comparison mm7_2.cpp @ 1586:c24e91e9a108
Replace minor Windows constants.
author | yoctozepto |
---|---|
date | Wed, 11 Sep 2013 13:53:05 +0200 |
parents | 75fafd8ced59 |
children | 1efbaf1d01c3 |
comparison
equal
deleted
inserted
replaced
1585:e42073046f92 | 1586:c24e91e9a108 |
---|---|
3815 } | 3815 } |
3816 | 3816 |
3817 //----- (00464761) -------------------------------------------------------- | 3817 //----- (00464761) -------------------------------------------------------- |
3818 void Game_DeinitializeAndTerminate(int exitCode) | 3818 void Game_DeinitializeAndTerminate(int exitCode) |
3819 { | 3819 { |
3820 SetPriorityClass(GetCurrentProcess(), 0x20u); | 3820 SetPriorityClass(GetCurrentProcess(), NORMAL_PRIORITY_CLASS); |
3821 ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows(); | 3821 ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows(); |
3822 pGame->Deinitialize(); | 3822 pGame->Deinitialize(); |
3823 pRenderer->Release2(); | 3823 pRenderer->Release2(); |
3824 if ( !DestroyWindow(hWnd) ) | 3824 if ( !DestroyWindow(hWnd) ) |
3825 GetLastError(); | 3825 GetLastError(); |