From ece32f1c512dd58900336f8aec8491b1fc7e27b1 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Sat, 25 Apr 2020 22:29:00 +0200 Subject: [PATCH] Counter-Strike: Tweak the kill-icon for WEAPON_C4BOMB so it's the generic death one. --- src/shared/cstrike/w_c4bomb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/cstrike/w_c4bomb.c b/src/shared/cstrike/w_c4bomb.c index bb3538df..7d159c71 100644 --- a/src/shared/cstrike/w_c4bomb.c +++ b/src/shared/cstrike/w_c4bomb.c @@ -310,7 +310,7 @@ weapon_t w_c4bomb = 0, "sprites/640hud1.spr_0.tga", [32,16], - [192,16], + [224,240], w_c4bomb_draw, __NULL__, w_c4bomb_primary,