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

@ -877,8 +877,8 @@ bool processSettings(Common::String &command, Common::StringMap &settings, Commo
listAudioDevices();
return true;
} else if (command == "version") {
printf("%s\n", gResidualVMFullVersion);
printf("Features compiled in: %s\n", gResidualVMFeatures);
printf("%s\n", gScummVMFullVersion);
printf("Features compiled in: %s\n", gScummVMFeatures);
return true;
} else if (command == "help") {
printf(HELP_STRING, s_appName);