mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-03-13 22:22:13 +00:00
Elder:
Uhh - made sure the original Q3 items were "first" in the enum
This commit is contained in:
parent
6d54ddd817
commit
97eee9464b
1 changed files with 6 additions and 5 deletions
|
@ -513,19 +513,20 @@ typedef enum {
|
|||
|
||||
} powerup_t;
|
||||
|
||||
//Elder: swapped around
|
||||
typedef enum {
|
||||
HI_NONE,
|
||||
|
||||
HI_KEVLAR,
|
||||
HI_LASER,
|
||||
HI_SILENCER,
|
||||
HI_BANDO,
|
||||
HI_SLIPERS,
|
||||
HI_TELEPORTER,
|
||||
HI_MEDKIT,
|
||||
HI_KAMIKAZE,
|
||||
HI_PORTAL,
|
||||
HI_INVULNERABILITY,
|
||||
HI_KEVLAR,
|
||||
HI_LASER,
|
||||
HI_SILENCER,
|
||||
HI_BANDO,
|
||||
HI_SLIPERS,
|
||||
|
||||
HI_NUM_HOLDABLE
|
||||
} holdable_t;
|
||||
|
|
Loading…
Reference in a new issue