From 2c97f2bf1e1a226fcb81e7efdb7a67900459b2ac Mon Sep 17 00:00:00 2001 From: Ashnal Date: Sat, 17 May 2025 19:43:30 -0400 Subject: [PATCH] fix defines post rebase --- src/doomdef.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"