From fe409e2c173b6cd1a5c7f37f74c5d75571252aaa Mon Sep 17 00:00:00 2001 From: Aaron Dean <8dino2@gmail.com> Date: Thu, 7 Sep 2023 17:08:49 -0400 Subject: [PATCH] Reordered enums again --- actionlite/g_local.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actionlite/g_local.h b/actionlite/g_local.h index 6b8524c..c09cd87 100644 --- a/actionlite/g_local.h +++ b/actionlite/g_local.h @@ -984,10 +984,10 @@ enum item_id_t : int32_t { IT_WEAPON_GRENADES, IT_WEAPON_GRAPPLE, - IT_AMMO_SHELLS, IT_AMMO_BULLETS, - IT_AMMO_CELLS, IT_AMMO_ROCKETS, + IT_AMMO_SHELLS, + IT_AMMO_CELLS, IT_AMMO_SLUGS, IT_ITEM_QUIET,