diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hopkins/objects.cpp | 2 |
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 { |