comparison 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
comparison
equal deleted inserted replaced
2060:72177f3603da 2061:b2a434d65344
581 if ( Msg.message == WM_QUIT ) 581 if ( Msg.message == WM_QUIT )
582 Game_DeinitializeAndTerminate(0); 582 Game_DeinitializeAndTerminate(0);
583 TranslateMessage(&Msg); 583 TranslateMessage(&Msg);
584 DispatchMessageA(&Msg); 584 DispatchMessageA(&Msg);
585 } 585 }
586 if ( BYTE1(dword_6BE364_game_settings_1) & 1 ) 586 if (dword_6BE364_game_settings_1 & GAME_SETTINGS_APP_INACTIVE)
587 { 587 {
588 WaitMessage(); 588 WaitMessage();
589 } 589 }
590 else 590 else
591 { 591 {