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
|
@ -2130,7 +2130,7 @@ void ScummEngine_v5::o5_startScript() {
|
|||
// Method used by original games to skip copy protection scheme
|
||||
if (!_copyProtection) {
|
||||
// Copy protection was disabled in LucasArts Classic Adventures (PC Disk)
|
||||
if (_game.id == GID_LOOM && _game.platform == Common::kPlatformPC && _game.version == 3 && _currentRoom == 69 && script == 201)
|
||||
if (_game.id == GID_LOOM && _game.platform == Common::kPlatformDOS && _game.version == 3 && _currentRoom == 69 && script == 201)
|
||||
script = 205;
|
||||
// Copy protection was disabled in KIXX XL release (Amiga Disk) and
|
||||
// in LucasArts Classic Adventures (PC Disk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue