- made a slash for the ammo display in Blood.

This commit is contained in:
Christoph Oelckers 2020-09-02 00:45:27 +02:00
parent e5612b82c7
commit 921f4e54d9
3 changed files with 2 additions and 1 deletions

View file

@ -181,7 +181,7 @@ private:
// Hackasaurus rex to give me a slash when drawing the weapon count of a reloadable gun.
if (string[i] == 47 && nTile == kSBarNumberAmmo)
{
DrawStatSprite(4207, x, y, nShade, nPalette, nStat, nScale, STYLE_Translucent, align);
DrawStatSprite(9280, x, y, nShade, nPalette, nStat, nScale, STYLE_Translucent, align);
}
else
{

View file

@ -64,3 +64,4 @@ tilefromtexture 9276 { file "tiles/9276.png" }
tilefromtexture 9277 { file "tiles/9277.png" }
tilefromtexture 9278 { file "tiles/9278.png" }
tilefromtexture 9279 { file "tiles/9279.png" }
tilefromtexture 9280 { file "tiles/9280.png" }

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B