fix defines post rebase

This commit is contained in:
Ashnal 2025-05-17 19:43:30 -04:00
parent d4a822c088
commit 2c97f2bf1e

View file

@ -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"