- Blood: Fix GCC fallthrough warning.

This commit is contained in:
Mitchell Richters 2023-11-05 20:56:46 +11:00
parent 9e1ce2b970
commit 8148ef1458

View file

@ -1267,6 +1267,7 @@ bool PickupItem(DBloodPlayer* pPlayer, DBloodActor* itemactor)
case kItemCrystalBall:
if (gGameOptions.nGameType == 0) return 0;
[[fallthrough]];
case kItemHealthDoctorBag:
case kItemJumpBoots:
case kItemDivingSuit: