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:
Matthew Hoops 2013-05-02 18:26:58 -04:00
parent 8942a96baf
commit 0031c41db8
121 changed files with 1699 additions and 1699 deletions

View file

@ -396,7 +396,7 @@ void Parallaction_ns::initResources() {
_localFlagNames = new FixedTable(NUM_LOCATIONS, 1);
_localFlagNames->addData("visited");
if (getPlatform() == Common::kPlatformPC) {
if (getPlatform() == Common::kPlatformDOS) {
_callables = _dosCallables;
} else {
_callables = _amigaCallables;
@ -412,7 +412,7 @@ void Parallaction_br::initResources() {
_localFlagNames->addData("visited");
_localFlagNames->addData("testtrue");
if (getPlatform() == Common::kPlatformPC) {
if (getPlatform() == Common::kPlatformDOS) {
_callables = _dosCallables;
} else {
_callables = _amigaCallables;