From d5d60cdba52d52b95b5ea2d6e9940a834383c6dc Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Fri, 25 Oct 2002 21:32:23 +0000 Subject: [PATCH] Fixed frame skipping mutex. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@433 --- src/gui/sdlmain.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index a7353328..7da7a2df 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -154,7 +154,7 @@ static void GFX_Redraw() { }; #endif - if (++sdl.frames.countStartUp(); /* Shutdown everything */ } catch (char * error) { - LOG_ERROR("Exit to error: %s",error); + LOG_MSG("Exit to error: %sPress enter to continue.",error); fgetc(stdin); } return 0;