fixed bug #629219
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@483
This commit is contained in:
parent
09005620bb
commit
f1d0fac4ef
1 changed files with 2 additions and 0 deletions
|
@ -568,8 +568,10 @@ int main(int argc, char* argv[]) {
|
|||
control->StartUp();
|
||||
/* Shutdown everything */
|
||||
} catch (char * error) {
|
||||
if (sdl.full_screen) SwitchFullScreen();
|
||||
LOG_MSG("Exit to error: %sPress enter to continue.",error);
|
||||
fgetc(stdin);
|
||||
}
|
||||
GFX_ShutDown();
|
||||
return 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue