mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +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
|
#define MAXAMPSCALINGDIST 18000
|
||||||
|
|
||||||
// Exp
|
// Exp
|
||||||
#define MINDISPLAYEXP 50 // The min value target
|
#define MINEXP 50 // The min value target
|
||||||
#define TARGETDISPLAYEXP 100 // The target value needed for A rank
|
#define TARGETEXP 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 MAXEXP 125 // The max value displayed by the hud and in the tally screen and GP results screen
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} // extern "C"
|
} // extern "C"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue