mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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_BUMPER,
|
||||||
POWERUP_BADGE,
|
POWERUP_BADGE,
|
||||||
POWERUP_SUPERFLICKY,
|
POWERUP_SUPERFLICKY,
|
||||||
|
ENDOFPOWERUPS,
|
||||||
|
NUMPOWERUPS = ENDOFPOWERUPS - FIRSTPOWERUP,
|
||||||
} kartitems_t;
|
} kartitems_t;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
|
|
|
||||||
|
|
@ -6884,6 +6884,8 @@ struct int_const_s const INT_CONST[] = {
|
||||||
{"POWERUP_BUMPER",POWERUP_BUMPER},
|
{"POWERUP_BUMPER",POWERUP_BUMPER},
|
||||||
{"POWERUP_BADGE",POWERUP_BADGE},
|
{"POWERUP_BADGE",POWERUP_BADGE},
|
||||||
{"POWERUP_SUPERFLICKY",POWERUP_SUPERFLICKY},
|
{"POWERUP_SUPERFLICKY",POWERUP_SUPERFLICKY},
|
||||||
|
{"ENDOFPOWERUPS",ENDOFPOWERUPS},
|
||||||
|
{"NUMPOWERUPS",NUMPOWERUPS},
|
||||||
|
|
||||||
// kartshields_t
|
// kartshields_t
|
||||||
{"KSHIELD_NONE",KSHIELD_NONE},
|
{"KSHIELD_NONE",KSHIELD_NONE},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue