1
0
Fork 0

friendlier when an E_Exit is done

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@484
This commit is contained in:
Peter Veenstra 2002-11-06 14:26:10 +00:00
parent f1d0fac4ef
commit 9a3ccda025

View file

@ -569,6 +569,7 @@ int main(int argc, char* argv[]) {
/* Shutdown everything */
} catch (char * error) {
if (sdl.full_screen) SwitchFullScreen();
if (sdl.mouse.locked) CaptureMouse();
LOG_MSG("Exit to error: %sPress enter to continue.",error);
fgetc(stdin);
}