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:
parent
f1d0fac4ef
commit
9a3ccda025
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue