mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
HPL1: Fix GCC Fallthrough Warning in Effect Handler Code
It is unclear if this is intentional, so this is marked with a FIXME comment.
This commit is contained in:
parent
ac7ef360b1
commit
1cc005c871
@ -399,6 +399,8 @@ void cEffect_SaveEffect::AutoSaveUpdate(float afTimeStep) {
|
||||
mlState++;
|
||||
mFlashColor = cColor(0.0, 0.0);
|
||||
mfFlashAlpha = 0.f;
|
||||
// FIXME: Is fallthrough intended?
|
||||
// fallthrough
|
||||
}
|
||||
case 3: {
|
||||
Reset();
|
||||
|
Loading…
Reference in New Issue
Block a user