Win32 buildfix.

This commit is contained in:
The Dax 2014-01-08 19:11:32 -05:00
parent c8535ced2a
commit c07702e7ef

View File

@ -1073,7 +1073,6 @@ namespace MainWindow
bool pause = true;
if (wParam == WA_ACTIVE || wParam == WA_CLICKACTIVE) {
g_activeWindow = WINDOW_MAINWINDOW;
g_IsWindowActive = true;
pause = false;
}
if (!noFocusPause && g_Config.bPauseOnLostFocus && globalUIState == UISTATE_INGAME) {