diff UI/UIPartyCreation.cpp @ 2061:b2a434d65344

GAME_SETTINGS_* defines introduced DEBUG_SETTINGS_* defines introduced
author Nomad
date Mon, 02 Dec 2013 15:13:49 +0200
parents 28cb79ae2f6f
children 259df09dfb50
line wrap: on
line diff
--- a/UI/UIPartyCreation.cpp	Mon Dec 02 17:00:58 2013 +0600
+++ b/UI/UIPartyCreation.cpp	Mon Dec 02 15:13:49 2013 +0200
@@ -583,7 +583,7 @@
       TranslateMessage(&Msg);
       DispatchMessageA(&Msg);
     }
-    if ( BYTE1(dword_6BE364_game_settings_1) & 1 )
+    if (dword_6BE364_game_settings_1 & GAME_SETTINGS_APP_INACTIVE)
     {
       WaitMessage();
     }