- Blood: Fix GCC fallthrough warning.

This commit is contained in:
Mitchell Richters 2023-11-05 20:56:46 +11:00 committed by Christoph Oelckers
parent aea71092cc
commit 91dfeb42bd

View file

@ -1233,6 +1233,7 @@ bool PickupItem(DBloodPlayer* pPlayer, DBloodActor* itemactor)
if (!actHealDude(pPlayer->GetActor(), addPower, gPowerUpInfo[nType].maxTime)) return 0;
return 1;
}
[[fallthrough]];
case kItemHealthDoctorBag:
case kItemJumpBoots:
case kItemDivingSuit: