Bump MAXLEVELS to 64, per user request.

git-svn-id: https://svn.eduke32.com/eduke32@2727 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2012-06-03 16:10:08 +00:00
parent 67ed6945fd
commit f9713011f4

View file

@ -70,7 +70,7 @@ extern "C" {
#define MOVEFIFOSIZ 2
#define MAXVOLUMES 7
#define MAXLEVELS 32
#define MAXLEVELS 64
#define MAXGAMETYPES 16
// used as a constant to satisfy all of the calculations written with ticrate = 26 in mind