mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
kartitems_t: add ENDOFPOWERUPS and NUMPOWERUPS
This commit is contained in:
parent
d747f31225
commit
b97dede82c
2 changed files with 4 additions and 0 deletions
|
|
@ -189,6 +189,8 @@ typedef enum
|
|||
POWERUP_BUMPER,
|
||||
POWERUP_BADGE,
|
||||
POWERUP_SUPERFLICKY,
|
||||
ENDOFPOWERUPS,
|
||||
NUMPOWERUPS = ENDOFPOWERUPS - FIRSTPOWERUP,
|
||||
} kartitems_t;
|
||||
|
||||
typedef enum
|
||||
|
|
|
|||
|
|
@ -6884,6 +6884,8 @@ struct int_const_s const INT_CONST[] = {
|
|||
{"POWERUP_BUMPER",POWERUP_BUMPER},
|
||||
{"POWERUP_BADGE",POWERUP_BADGE},
|
||||
{"POWERUP_SUPERFLICKY",POWERUP_SUPERFLICKY},
|
||||
{"ENDOFPOWERUPS",ENDOFPOWERUPS},
|
||||
{"NUMPOWERUPS",NUMPOWERUPS},
|
||||
|
||||
// kartshields_t
|
||||
{"KSHIELD_NONE",KSHIELD_NONE},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue