aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v1.cpp
diff options
context:
space:
mode:
authorJames Brown2002-11-05 17:46:25 +0000
committerJames Brown2002-11-05 17:46:25 +0000
commitabf8b9e5712da5ff5a40943f90ab6e41c3cf630f (patch)
tree4311c56cb40def78038e7fcf4f2c24ad03d835e3 /scumm/script_v1.cpp
parent55bf100f529bf5f5ee1e2b459d9cda10ca7d5b9b (diff)
downloadscummvm-rg350-abf8b9e5712da5ff5a40943f90ab6e41c3cf630f.tar.gz
scummvm-rg350-abf8b9e5712da5ff5a40943f90ab6e41c3cf630f.tar.bz2
scummvm-rg350-abf8b9e5712da5ff5a40943f90ab6e41c3cf630f.zip
Remove very old Indy3 hack that's no longer needed - this fixes several 'state' bugs in the game.
svn-id: r5424
Diffstat (limited to 'scumm/script_v1.cpp')
-rw-r--r--scumm/script_v1.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/script_v1.cpp b/scumm/script_v1.cpp
index f0e739304d..992891cfba 100644
--- a/scumm/script_v1.cpp
+++ b/scumm/script_v1.cpp
@@ -848,9 +848,6 @@ void Scumm::o5_setClass()
continue;
}
- if (_gameId == GID_INDY3_256)
- newClass--;
-
putClass(obj, newClass, (newClass & 0x80) ? true : false);
}
}