diff options
author | Paul Gilbert | 2013-07-19 23:10:25 -0400 |
---|---|---|
committer | Paul Gilbert | 2013-07-19 23:10:25 -0400 |
commit | a979ec6c970360a9b9b390c58847fe3c78c01e47 (patch) | |
tree | bc8d1833f8b45e156598c214ff8a9d3c80569b9b | |
parent | 06cc30cf6c02fafc7f6eedeba63b7d8e2f48f944 (diff) | |
download | scummvm-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.cpp | 1 |
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); |