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:
D G Turner 2022-09-03 21:54:23 +01:00 committed by Eugene Sandulenko
parent ac7ef360b1
commit 1cc005c871
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

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