win32: fix background pause menuitem

This commit is contained in:
zeromus 2010-01-26 17:52:18 +00:00
parent 7a96bc7c3a
commit 1d7b5994ee
1 changed files with 1 additions and 1 deletions

View File

@ -3721,7 +3721,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
MainWindow->checkMenu(ID_DISPLAYMETHOD_DIRECTDRAWHW, (GetStyle()&DWS_DDRAW_SW)==0);
MainWindow->checkMenu(ID_DISPLAYMETHOD_DIRECTDRAWSW, (GetStyle()&DWS_DDRAW_SW)!=0);
MainWindow->checkMenu(IDM_EJECTCARD, nds.cardEjected != FALSE);
MainWindow->checkMenu(IDC_BACKGROUNDPAUSE, lostFocusPause);
MainWindow->checkMenu(IDM_CHEATS_DISABLE, CommonSettings.cheatsDisable == true);