Skip to content

Commit

Permalink
Check for default pistol sprites again
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Sep 5, 2024
1 parent 7cd3245 commit e4ae5ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hu_stuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,9 @@ static void HU_AltInit(void)
}
}

if (!HU_DefaultPistolSprites())
weaponinfo[wp_pistol].weaponpatch = NULL;

gray = nearestcolors[GRAY1];
darkgray = nearestcolors[DARKGRAY1];
}
Expand Down

0 comments on commit e4ae5ae

Please sign in to comment.