diff options
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/hotspots.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/hotspots.cpp b/engines/gob/hotspots.cpp index 7aad47b314..0b47f43774 100644 --- a/engines/gob/hotspots.cpp +++ b/engines/gob/hotspots.cpp @@ -1422,7 +1422,7 @@ void Hotspots::evaluateNew(uint16 i, uint16 *ids, InputDesc *inputs, case 20: inputId = i; - // Fall through to case 2 + // fall through case kTypeClick: key = _vm->_game->_script->readInt16(); ids[i] = _vm->_game->_script->readInt16(); |