diff options
Diffstat (limited to 'engines/gob/inter_fascin.cpp')
-rw-r--r-- | engines/gob/inter_fascin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_fascin.cpp b/engines/gob/inter_fascin.cpp index 001ec06635..c3b5d98a58 100644 --- a/engines/gob/inter_fascin.cpp +++ b/engines/gob/inter_fascin.cpp @@ -132,7 +132,7 @@ void Inter_Fascination::oFascin_repeatUntil(OpFuncParams ¶ms) { // WORKAROUND: The script of the PC version of Fascination, when the protection check // fails, writes on purpose everywhere in the memory in order to hang the computer. // This results in a crash in Scummvm. This workaround avoids that crash. - if (_vm->getPlatform() == Common::kPlatformPC) { + if (_vm->getPlatform() == Common::kPlatformDOS) { if (((blockPos == 3533) && _vm->isCurrentTot("INTRO1.TOT")) || ((blockPos == 3519) && _vm->isCurrentTot("INTRO2.TOT")) || ((blockPos == 3265) && _vm->isCurrentTot("INTRO2.TOT"))) //PC Hebrew |