From ab63be694a3835b465f2e1a884ccedd31da1c751 Mon Sep 17 00:00:00 2001 From: toaster Date: Sat, 24 Dec 2022 21:01:25 +0000 Subject: [PATCH] Correct NUMBASETOLNAMES, which was incorrectly set too low. --- src/doomstat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomstat.h b/src/doomstat.h index 045924213..d5559361b 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -525,7 +525,7 @@ enum TypeOfLevel }; #define MAXTOL (1<<31) -#define NUMBASETOLNAMES (4) +#define NUMBASETOLNAMES (5) #define NUMTOLNAMES (NUMBASETOLNAMES + NUMGAMETYPEFREESLOTS) struct tolinfo_t