diff mm7_2.cpp @ 1586:c24e91e9a108

Replace minor Windows constants.
author yoctozepto
date Wed, 11 Sep 2013 13:53:05 +0200
parents 75fafd8ced59
children 1efbaf1d01c3
line wrap: on
line diff
--- a/mm7_2.cpp	Tue Sep 10 21:08:43 2013 +0200
+++ b/mm7_2.cpp	Wed Sep 11 13:53:05 2013 +0200
@@ -3817,7 +3817,7 @@
 //----- (00464761) --------------------------------------------------------
 void Game_DeinitializeAndTerminate(int exitCode)
 {
-  SetPriorityClass(GetCurrentProcess(), 0x20u);
+  SetPriorityClass(GetCurrentProcess(), NORMAL_PRIORITY_CLASS);
   ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows();
   pGame->Deinitialize();
   pRenderer->Release2();