From c891cf70000387092c4545d4b25a912f8f9fba2a Mon Sep 17 00:00:00 2001 From: Aaron Dean <8dino2@gmail.com> Date: Thu, 7 Sep 2023 17:10:44 -0400 Subject: [PATCH] Reordered enums again x2 --- actionlite/g_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionlite/g_local.h b/actionlite/g_local.h index c09cd87..ec8a823 100644 --- a/actionlite/g_local.h +++ b/actionlite/g_local.h @@ -986,8 +986,8 @@ enum item_id_t : int32_t { IT_AMMO_BULLETS, IT_AMMO_ROCKETS, - IT_AMMO_SHELLS, IT_AMMO_CELLS, + IT_AMMO_SHELLS, IT_AMMO_SLUGS, IT_ITEM_QUIET,