aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2013-07-19 23:10:25 -0400
committerPaul Gilbert2013-07-19 23:10:25 -0400
commita979ec6c970360a9b9b390c58847fe3c78c01e47 (patch)
treebc8d1833f8b45e156598c214ff8a9d3c80569b9b
parent06cc30cf6c02fafc7f6eedeba63b7d8e2f48f944 (diff)
downloadscummvm-rg350-a979ec6c970360a9b9b390c58847fe3c78c01e47.tar.gz
scummvm-rg350-a979ec6c970360a9b9b390c58847fe3c78c01e47.tar.bz2
scummvm-rg350-a979ec6c970360a9b9b390c58847fe3c78c01e47.zip
LURE: Added explicit comment to switch block fall-through
-rw-r--r--engines/lure/hotspots.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lure/hotspots.cpp b/engines/lure/hotspots.cpp
index 7fab4521f7..efd4051eba 100644
--- a/engines/lure/hotspots.cpp
+++ b/engines/lure/hotspots.cpp
@@ -4006,6 +4006,7 @@ void HotspotTickHandlers::rackSerfAnimHandler(Hotspot &h) {
h.setActionCtr(4);
h.setLayer(2);
+ // Deliberate fall-through
case 4:
if (HotspotScript::execute(&h)) {
h.setLayer(255);