Browse Source

Allow up to 99 save games

Fixes #1061
pull/1065/head
Anders Jenbo 5 years ago
parent
commit
9a9f6b01a0
  1. 2
      defs.h

2
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

Loading…
Cancel
Save