aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-09-16 13:03:59 +0000
committerTravis Howell2005-09-16 13:03:59 +0000
commit3804d9aa018289245b30e5376d37066b5a8e1f2e (patch)
tree6cb45d0e6ea30745d844bd790262333fa376ecc2 /scumm
parenta556889d93c5b4cf4b77c3614474afc18a7fa253 (diff)
downloadscummvm-rg350-3804d9aa018289245b30e5376d37066b5a8e1f2e.tar.gz
scummvm-rg350-3804d9aa018289245b30e5376d37066b5a8e1f2e.tar.bz2
scummvm-rg350-3804d9aa018289245b30e5376d37066b5a8e1f2e.zip
Not actually script 18, but exit script.
svn-id: r18830
Diffstat (limited to 'scumm')
-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) {