diff --git a/src/win32/MainWndOptions.cpp b/src/win32/MainWndOptions.cpp index 2fd407c4..2f3b7d9c 100644 --- a/src/win32/MainWndOptions.cpp +++ b/src/win32/MainWndOptions.cpp @@ -566,6 +566,8 @@ void MainWnd::OnUpdateOptionsEmulatorSynchronize(CCmdUI* pCmdUI) void MainWnd::OnOptionsEmulatorPausewheninactive() { theApp.pauseWhenInactive = !theApp.pauseWhenInactive; +} + void MainWnd::OnUpdateOptionsEmulatorPausewheninactive(CCmdUI* pCmdUI) { pCmdUI->SetCheck(theApp.pauseWhenInactive);