From 9a9f6b01a0bfe68eaf9114bca00f65c70bc56328 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 27 Feb 2021 15:00:46 +0100 Subject: [PATCH] Allow up to 99 save games Fixes #1061 --- defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defs.h b/defs.h index 84a7c3cf7..5cdd89015 100644 --- a/defs.h +++ b/defs.h @@ -16,7 +16,7 @@ // must be unsigned to generate unsigned comparisons with pnum #define MAX_PLRS 4 -#define MAX_CHARACTERS 10 +#define MAX_CHARACTERS 99 #define MAX_LVLS 24 #define MAX_LVLMTYPES 24 #define MAX_SPELLS 52