Fix regression in C64 zak, script 5 was not been run when room changed

svn-id: r21273
This commit is contained in:
Travis Howell 2006-03-14 07:45:46 +00:00
parent a483083f35
commit c196543572

View File

@ -195,7 +195,7 @@ void ScummEngine::startScene(int room, Actor *a, int objectNr) {
_egoPositioned = false;
runEntryScript();
if ((_game.version <= 2) && !(_game.platform == Common::kPlatformC64)) {
if ((_game.version <= 2) && !(_game.id == GID_MANIAC && _game.platform == Common::kPlatformC64)) {
runScript(5, 0, 0, 0);
} else if (_game.version >= 5 && _game.version <= 6) {
if (a && !_egoPositioned) {