diff --git a/source/blood/src/sbar.cpp b/source/blood/src/sbar.cpp index edec8d90e..1bb2eea62 100644 --- a/source/blood/src/sbar.cpp +++ b/source/blood/src/sbar.cpp @@ -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 { diff --git a/wadsrc/static/filter/blood/blood_widescreen.def b/wadsrc/static/filter/blood/blood_widescreen.def index aba66f835..165d345a5 100644 --- a/wadsrc/static/filter/blood/blood_widescreen.def +++ b/wadsrc/static/filter/blood/blood_widescreen.def @@ -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" } diff --git a/wadsrc/static/filter/blood/tiles/9280.png b/wadsrc/static/filter/blood/tiles/9280.png new file mode 100644 index 000000000..132848e2d Binary files /dev/null and b/wadsrc/static/filter/blood/tiles/9280.png differ