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;