Skip to content

Commit

Permalink
Show pistol silhouette in BTSX
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Aug 30, 2024
1 parent f60dd6b commit 2799a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hu_stuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ static void HU_AltInit(void)
{
const int lump = W_CheckNumForName("PISGA0");

if (lump == -1 || lumpinfo[lump]->wadfile->type == IWAD)
if (lump == -1 || lumpinfo[lump]->wadfile->type == IWAD || BTSX)
{
weaponinfo[wp_pistol].weaponpatch = W_CacheLumpName("DRHUDWP1");
weaponinfo[wp_pistol].weapony = ALTHUD_Y + 10 - SHORT(weaponinfo[wp_pistol].weaponpatch->height) / 2;
Expand Down

0 comments on commit 2799a3f

Please sign in to comment.