aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/room.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/scumm/room.cpp b/scumm/room.cpp
index af15fc2288..db8a6951e8 100644
--- a/scumm/room.cpp
+++ b/scumm/room.cpp
@@ -182,9 +182,7 @@ void ScummEngine::startScene(int room, Actor *a, int objectNr) {
_egoPositioned = false;
runEntryScript();
- if (_gameId == GID_MANIAC && _platform == Common::kPlatformC64) {
- runScript(18, 0, 0, 0);
- } else if (_version <= 2) {
+ if ((_version <= 2) && !(_platform == Common::kPlatformC64)) {
runScript(5, 0, 0, 0);
} else if (_version >= 5 && _version <= 6) {
if (a && !_egoPositioned) {