mirror of
https://github.com/id-Software/quake2-rerelease-dll.git
synced 2025-03-14 12:20:45 +00:00
Reordered enums again x2
This commit is contained in:
parent
fe409e2c17
commit
c891cf7000
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue