aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/hotspots.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2017-08-06 12:26:05 +0200
committerTorbjörn Andersson2017-08-06 12:26:05 +0200
commit462f1c98597589a3baf241ab2c1bb4dba991374e (patch)
tree094b7334aeba672f80547cd6689c6c49e501d94c /engines/gob/hotspots.cpp
parent4fb0d1e56f83ac7d5edd06b6d5a2e8019bbddf37 (diff)
downloadscummvm-rg350-462f1c98597589a3baf241ab2c1bb4dba991374e.tar.gz
scummvm-rg350-462f1c98597589a3baf241ab2c1bb4dba991374e.tar.bz2
scummvm-rg350-462f1c98597589a3baf241ab2c1bb4dba991374e.zip
JANITORIAL: Silence more GCC 7 warnings
There were all flagged as intentional fall throughs. I simply changed the comments to something GCC would recognize.
Diffstat (limited to 'engines/gob/hotspots.cpp')
-rw-r--r--engines/gob/hotspots.cpp2
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();