sync with parent sdl backend

svn-id: r49134
This commit is contained in:
Paweł Kołodziejski 2010-05-21 18:33:24 +00:00
parent e0099ef394
commit 47d6e9eab7

View File

@ -43,7 +43,7 @@ extern "C" int Game_Main(char *path, char *) {
// Invoke the actual ScummVM main entry point:
int res = scummvm_main(0, 0);
g_system->quit(); // TODO: Consider removing / replacing this!
((OSystem_SDL *)g_system)->deinit();
return res;
}