mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
LURE: Added explicit comment to switch block fall-through
This commit is contained in:
parent
06cc30cf6c
commit
a979ec6c97
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user