aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2013-01-09 00:38:19 +0100
committerStrangerke2013-01-09 00:38:19 +0100
commit137eb5f34881c04c7e6305bbe07446148a2da9a9 (patch)
tree8890e21d66a6e44a07e3a7eaf0c4323abb11415e /engines
parente4fcd5c406465d2058f8e69ff7601cfae9a53019 (diff)
downloadscummvm-rg350-137eb5f34881c04c7e6305bbe07446148a2da9a9.tar.gz
scummvm-rg350-137eb5f34881c04c7e6305bbe07446148a2da9a9.tar.bz2
scummvm-rg350-137eb5f34881c04c7e6305bbe07446148a2da9a9.zip
HOPKINS: Fix typo in previous commit
Diffstat (limited to 'engines')
-rw-r--r--engines/hopkins/objects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/objects.cpp b/engines/hopkins/objects.cpp
index 8c3cde71fa..5ef8c1292d 100644
--- a/engines/hopkins/objects.cpp
+++ b/engines/hopkins/objects.cpp
@@ -3259,7 +3259,7 @@ void ObjectsManager::VERBEPLUS() {
do {
_vm->_eventsManager._mouseCursorId = 4;
LABEL_24:
- if (!_vm->_globals.NOMARCHE || (v = NUMZONE + 1, NUMZONE == -1 || NUMZONE == 0) {
+ if (!_vm->_globals.NOMARCHE || (v = NUMZONE + 1, NUMZONE == -1 || NUMZONE == 0)) {
if (_vm->_eventsManager._mouseCursorId == 4)
return;
} else {