diff --git a/src/doomdef.h b/src/doomdef.h index bf78553b5..cef04507f 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -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"