Skip to content

Commit

Permalink
Fixed popup
Browse files Browse the repository at this point in the history
  • Loading branch information
jekyllgrim committed Jan 27, 2020
1 parent b501665 commit 0ff3255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Z_BDoom/bd_events.zc
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class WeaponOverrideHandler : EventHandler {
case 'BD_Chainsaw' : TextureName = "graphics/popups/e_chainsaw.png"; break;
case 'BD_Pistol' :
if (mo.CountInv('BD_Pistol') > 1)
TextureName = "graphics/popups/e_pistol.png";
else
TextureName = "graphics/popups/e_2pist.png";
else
TextureName = "graphics/popups/e_pistol.png";
break;
case 'BD_Shotgun' : TextureName = "graphics/popups/e_shot.png"; break;
case 'BD_SuperShotgun' : TextureName = "graphics/popups/e_SSG.png"; break;
Expand Down

0 comments on commit 0ff3255

Please sign in to comment.