LURE: Added explicit comment to switch block fall-through

This commit is contained in:
Paul Gilbert 2013-07-19 23:10:25 -04:00
parent 06cc30cf6c
commit a979ec6c97

View File

@ -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);