Skip to content

Commit

Permalink
tr2/console: fix /give not working with flares
Browse files Browse the repository at this point in the history
Regression from 3252012
  • Loading branch information
rr- committed Nov 11, 2024
1 parent 5cf6c42 commit df8eacc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tr2/game/objects/vars.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const GAME_OBJECT_ID g_PickupObjects[] = {
O_GRENADE_AMMO_ITEM,
O_SMALL_MEDIPACK_ITEM,
O_LARGE_MEDIPACK_ITEM,
O_FLARE_ITEM,
O_FLARES_ITEM,
O_PUZZLE_ITEM_1,
O_PUZZLE_ITEM_2,
Expand Down

0 comments on commit df8eacc

Please sign in to comment.