mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
never call exit(), always go thrugh OSystem::quit()
svn-id: r8397
This commit is contained in:
parent
b3126658f5
commit
083f4c4845
@ -507,7 +507,7 @@ void CharsetRendererV2::setCurID(byte id) {
|
||||
}
|
||||
}
|
||||
printf("\n");
|
||||
exit(0);
|
||||
_system->quit();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user