aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/scumm/scumm.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index 3732703262..e04649e1e9 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -1950,7 +1950,8 @@ load_game:
if (_game.platform == Common::kPlatformMacintosh)
var = 105;
- else if (_game.version == 4) // 256 color CD version
+ // 256 color CD version and PC engine version
+ else if (_game.platform == Common::kPlatformPCEngine || _game.version == 4)
var = 150;
else
var = 100;