diff --git a/src/Cxbx/WndMain.cpp b/src/Cxbx/WndMain.cpp index 27cec9c9f..6bc30c6af 100644 --- a/src/Cxbx/WndMain.cpp +++ b/src/Cxbx/WndMain.cpp @@ -2355,6 +2355,7 @@ void WndMain::CrashMonitor() DrawLedBitmap(m_hwnd, true); m_hwndChild = NULL; m_bIsStarted = false; + g_EmuShared->SetIsEmulating(false); UpdateCaption(); RefreshMenus(); }