From 9fc38c5d510f2f78313af1f0fd1532c5c927b170 Mon Sep 17 00:00:00 2001 From: vflyson Date: Fri, 17 Feb 2017 18:01:38 -0500 Subject: [PATCH] display the proper UI icon texture for detonator --- rwgame/DrawUI.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rwgame/DrawUI.cpp b/rwgame/DrawUI.cpp index 78660e0a..f9e06cc8 100644 --- a/rwgame/DrawUI.cpp +++ b/rwgame/DrawUI.cpp @@ -167,6 +167,8 @@ void drawPlayerInfo(PlayerController* player, GameWorld* world, // Urgh if (itemTextureName == "colt45") { itemTextureName = "pistol"; + } else if (itemTextureName == "bomb") { + itemTextureName = "detonator"; } TextureData::Handle itemTexture =