aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-04-18 20:16:32 +0000
committerPaweł Kołodziejski2003-04-18 20:16:32 +0000
commit3efe16ffceda4baca3c737d9530abcc4b980b5b3 (patch)
treeac8a0a9b61b00267f75be66833e83ba35a2b6590 /scumm/script_v5.cpp
parent20e22e6f2954dd404a047fba8a51f9a67ee1b706 (diff)
downloadscummvm-rg350-3efe16ffceda4baca3c737d9530abcc4b980b5b3.tar.gz
scummvm-rg350-3efe16ffceda4baca3c737d9530abcc4b980b5b3.tar.bz2
scummvm-rg350-3efe16ffceda4baca3c737d9530abcc4b980b5b3.zip
loom ega: build custom cursor, op_wait() has more then one subopcodes(revert changes), disabled adlib_default
svn-id: r7017
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index f92df12306..2169e844f5 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -2252,7 +2252,7 @@ void Scumm_v5::o5_wait() {
oldaddr = _scriptPointer - 1;
- if ((_gameId == GID_INDY3_256) || (_features & GF_OLD_BUNDLE)) {
+ if ((_gameId == GID_INDY3_256) || (_gameId == GID_INDY3)) {
_opcode = 2;
} else
_opcode = fetchScriptByte();