COMMON: Change kPlatformPC to kPlatformDOS
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows.
This commit is contained in:
parent
8942a96baf
commit
0031c41db8
121 changed files with 1699 additions and 1699 deletions
|
@ -198,7 +198,7 @@ void registerDefaults() {
|
|||
|
||||
// Game specific
|
||||
ConfMan.registerDefault("path", "");
|
||||
ConfMan.registerDefault("platform", Common::kPlatformPC);
|
||||
ConfMan.registerDefault("platform", Common::kPlatformDOS);
|
||||
ConfMan.registerDefault("language", "en");
|
||||
ConfMan.registerDefault("subtitles", false);
|
||||
ConfMan.registerDefault("boot_param", 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue