ALL: Sync with ScummVM - rev. cd37d510f9

This commit is contained in:
Bastien Bouclet 2019-01-26 20:47:55 +01:00
parent 0dc8726136
commit 66654cb376
194 changed files with 19108 additions and 9954 deletions

View file

@ -426,12 +426,12 @@ void OSystem_SDL::launcherInitSize(uint w, uint h) {
// End of ResidualVM specific code
void OSystem_SDL::quit() {
delete this;
destroy();
exit(0);
}
void OSystem_SDL::fatalError() {
delete this;
destroy();
exit(1);
}