mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-27 01:10:51 +00:00
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:
parent
67ed6945fd
commit
f9713011f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue