Skip to content

Commit

Permalink
- Blood: Fix GCC fallthrough warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjr4077au committed Nov 5, 2023
1 parent 9e1ce2b commit 8148ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/games/blood/src/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8148ef1

Please sign in to comment.