aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/script.cpp
diff options
context:
space:
mode:
authorStrangerke2013-02-20 08:30:16 +0100
committerStrangerke2013-02-20 08:30:16 +0100
commit8457c00457eac275c11bc5023b1ced8441e626b5 (patch)
tree8b2d607012695e5369f867a5d7bd48632e0376ee /engines/hopkins/script.cpp
parentf9f6133851b22826f8522b045107563494befad0 (diff)
downloadscummvm-rg350-8457c00457eac275c11bc5023b1ced8441e626b5.tar.gz
scummvm-rg350-8457c00457eac275c11bc5023b1ced8441e626b5.tar.bz2
scummvm-rg350-8457c00457eac275c11bc5023b1ced8441e626b5.zip
HOPKINS: More misc renaming
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 aa6abfa5ec..5a1c302a2e 100644
--- a/engines/hopkins/script.cpp
+++ b/engines/hopkins/script.cpp
@@ -2391,7 +2391,7 @@ int ScriptManager::handleOpcode(byte *dataP) {
opcodeType = 1;
break;
case MKTAG24('Z', 'C', 'H'):
- _vm->_linesManager.ZONEP[READ_LE_INT16(dataP + 5)].field12 = READ_LE_INT16(dataP + 7);
+ _vm->_linesManager.ZONEP[READ_LE_INT16(dataP + 5)]._messageId = READ_LE_INT16(dataP + 7);
opcodeType = 1;
break;
case MKTAG24('J', 'U', 'M'):