Skip to content

Commit 0ff3255

Browse files
committed
Fixed popup
1 parent b501665 commit 0ff3255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Z_BDoom/bd_events.zc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ class WeaponOverrideHandler : EventHandler {
2222
case 'BD_Chainsaw' : TextureName = "graphics/popups/e_chainsaw.png"; break;
2323
case 'BD_Pistol' :
2424
if (mo.CountInv('BD_Pistol') > 1)
25-
TextureName = "graphics/popups/e_pistol.png";
26-
else
2725
TextureName = "graphics/popups/e_2pist.png";
26+
else
27+
TextureName = "graphics/popups/e_pistol.png";
2828
break;
2929
case 'BD_Shotgun' : TextureName = "graphics/popups/e_shot.png"; break;
3030
case 'BD_SuperShotgun' : TextureName = "graphics/popups/e_SSG.png"; break;

0 commit comments

Comments
 (0)