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

@ -45,7 +45,7 @@ int main(int argc, char *argv[]) {
int res = scummvm_main(argc, argv);
// Free OSystem
delete (OSystem_MacOSX *)g_system;
g_system->destroy();
return res;
}