Skip to content

Commit

Permalink
[Fixed] Whoops. I forgot to make SS2 hud account for ammo2 actually h…
Browse files Browse the repository at this point in the history
…aving the icons, since ammo1 is usually the magazine. DER FIXEDEN
  • Loading branch information
RyanCordell committed Apr 5, 2014
1 parent a07dacd commit 213e97f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DoomRPG-RLArsenal/SBARINFO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ statusbar normal, fullscreenoffsets
}
else
{
drawimage ammoicon1, -18, -31, centerbottom;
drawimage ammoicon1, -18, -31, centerbottom, 64, 64, alternateonfail
{
drawimage ammoicon2, -18, -31, centerbottom;
}
drawnumber 4, SMALLFONT, white, ammo1, alignment(center), Interpolate(4096), -18, -25;
drawnumber 4, SMALLFONT, white, ammo2, alignment(center), Interpolate(4096), -18, -12;
}
Expand Down

0 comments on commit 213e97f

Please sign in to comment.