aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/script.cpp
diff options
context:
space:
mode:
authorStrangerke2013-02-10 11:15:19 +0100
committerStrangerke2013-02-10 11:15:19 +0100
commit2044a71c27da1b45e0c0bcef22b2472a4f68009d (patch)
treec708f3d7df9cbe263fe44df2fcae3152bec897e1 /engines/hopkins/script.cpp
parentd102511da621426e7c8f31f8f0eacd9bda2ce29f (diff)
downloadscummvm-rg350-2044a71c27da1b45e0c0bcef22b2472a4f68009d.tar.gz
scummvm-rg350-2044a71c27da1b45e0c0bcef22b2472a4f68009d.tar.bz2
scummvm-rg350-2044a71c27da1b45e0c0bcef22b2472a4f68009d.zip
HOPKINS: (mostly) fix the priority bug in the city map. Still rare visible glitches on the chimney, but the birds are ok!.
Diffstat (limited to 'engines/hopkins/script.cpp')
-rw-r--r--engines/hopkins/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/script.cpp b/engines/hopkins/script.cpp
index f124280c75..e1c1a6cfb9 100644
--- a/engines/hopkins/script.cpp
+++ b/engines/hopkins/script.cpp
@@ -494,7 +494,7 @@ int ScriptManager::handleOpcode(byte *dataP) {
opcodeType = 5;
break;
case MKTAG24('B', 'C', 'A'):
- _vm->_globals.CACHE_OFF((int16)READ_LE_UINT16(dataP + 5));
+ _vm->_globals.B_CACHE_OFF((int16)READ_LE_UINT16(dataP + 5));
opcodeType = 1;
break;
case MKTAG24('A', 'N', 'I'): {