ALL: decrease diffs with scummvm

This commit is contained in:
Pawel Kolodziejski 2012-02-22 23:26:36 +01:00
parent 1db20cb192
commit fad0b5b331
53 changed files with 1381 additions and 165 deletions

View file

@ -42,7 +42,7 @@ int main(int argc, char *argv[]) {
#endif
// Invoke the actual ScummVM main entry point:
int res = residualvm_main(argc, argv);
int res = scummvm_main(argc, argv);
// Free OSystem
delete (OSystem_MacOSX *)g_system;