changeset 1592:1efbaf1d01c3

Слияние
author Ritor1
date Wed, 11 Sep 2013 18:01:30 +0600
parents d687f6e7c610 (current diff) c24e91e9a108 (diff)
children c58916c53d8e debc6edce54c fe2be40018a5
files mm7_2.cpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Render.cpp	Wed Sep 11 18:01:16 2013 +0600
+++ b/Render.cpp	Wed Sep 11 18:01:30 2013 +0600
@@ -8470,7 +8470,7 @@
     {
       InvalidateRect(0, 0, 0);
       MoveWindow(hWnd, uWindowX, uWindowY, uWindowWidth, uWindowHeight, 0);
-      ShowWindow(hWnd, 1);
+      ShowWindow(hWnd, SW_SHOWNORMAL);
     }
     pMouse->bActive = 1;
     if ( pVideoPlayer->AnyMovieLoaded() )
--- a/mm7_2.cpp	Wed Sep 11 18:01:16 2013 +0600
+++ b/mm7_2.cpp	Wed Sep 11 18:01:30 2013 +0600
@@ -3805,7 +3805,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();