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
|
@ -70,7 +70,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
|
|||
{ NULL, 0, NULL, 0}
|
||||
},
|
||||
Common::UNK_LANG,
|
||||
Common::kPlatformPC,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOSPEECH)
|
||||
},
|
||||
|
@ -153,7 +153,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
|
|||
{ NULL, 0, NULL, 0}
|
||||
},
|
||||
Common::UNK_LANG,
|
||||
Common::kPlatformPC,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOSPEECH)
|
||||
},
|
||||
|
@ -170,7 +170,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
|
|||
{ NULL, 0, NULL, 0}
|
||||
},
|
||||
Common::UNK_LANG,
|
||||
Common::kPlatformPC,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_DEMO,
|
||||
GUIO1(GUIO_NOSPEECH)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue