mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 03:22:35 +00:00
fix defines post rebase
This commit is contained in:
parent
d4a822c088
commit
2c97f2bf1e
1 changed files with 3 additions and 3 deletions
|
|
@ -745,9 +745,9 @@ extern int
|
|||
#define MAXAMPSCALINGDIST 18000
|
||||
|
||||
// Exp
|
||||
#define MINDISPLAYEXP 50 // The min value target
|
||||
#define TARGETDISPLAYEXP 100 // The target value needed for A rank
|
||||
#define MAXDISPLAYEXP 125 // The max value displayed by the hud and in the tally screen and GP results screen
|
||||
#define MINEXP 50 // The min value target
|
||||
#define TARGETEXP 100 // The target value needed for A rank
|
||||
#define MAXEXP 125 // The max value displayed by the hud and in the tally screen and GP results screen
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue