Skip to content

Commit

Permalink
LURE: Added explicit comment to switch block fall-through
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jul 20, 2013
1 parent 06cc30c commit a979ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/lure/hotspots.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit a979ec6

Please sign in to comment.