mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-04 23:12:15 +00:00
- Blood: Fix GCC fallthrough warning.
This commit is contained in:
parent
aea71092cc
commit
91dfeb42bd
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue