Reduce MAXVOXELS to 1024.

git-svn-id: https://svn.eduke32.com/eduke32@6292 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-06-27 02:23:40 +00:00
parent d37c26cc2a
commit 8932251ad2
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ enum rendmode_t {
#define MAXTILES 30720 #define MAXTILES 30720
#define MAXUSERTILES (MAXTILES-16) // reserve 16 tiles at the end #define MAXUSERTILES (MAXTILES-16) // reserve 16 tiles at the end
#define MAXVOXELS 4096 #define MAXVOXELS 1024
#define MAXSTATUS 1024 #define MAXSTATUS 1024
#define MAXPLAYERS 16 #define MAXPLAYERS 16
// Maximum number of component tiles in a multi-psky: // Maximum number of component tiles in a multi-psky: