From 3089ebb659940c57e8322586aa08259eea71fa47 Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Sat, 15 Apr 2023 17:36:13 -0700 Subject: [PATCH] Client: Swap shell/nail ammo notification icon --- src/client/hud_ammonotify.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/hud_ammonotify.qc b/src/client/hud_ammonotify.qc index 513c0fd..0570379 100644 --- a/src/client/hud_ammonotify.qc +++ b/src/client/hud_ammonotify.qc @@ -15,8 +15,8 @@ typedef struct ammonote_t g_ammonotify[AMMO_COUNT]; vector g_ammotype[AMMO_COUNT] = { - [0/256, 72/128], // pistol [72/256, 72/128], // shell + [0/256, 72/128], // pistol [120/256, 72/128], // rocket [0/256, 96/128], // uranium };