diff --git a/source/Applewin.cpp b/source/Applewin.cpp index c5741ab5..301a6825 100644 --- a/source/Applewin.cpp +++ b/source/Applewin.cpp @@ -389,7 +389,7 @@ void EnterMessageLoop () { if (g_nAppMode == MODE_DEBUG) DebuggerUpdate(); - else if (g_nAppMode == MODE_LOGO) + else if ((g_nAppMode == MODE_LOGO) || (g_nAppMode == MODE_PAUSED)) Sleep(100); // Stop process hogging CPU } }