From 8932251ad2cf0b12ce14df58e7177ccc1f7d0499 Mon Sep 17 00:00:00 2001 From: terminx Date: Tue, 27 Jun 2017 02:23:40 +0000 Subject: [PATCH] Reduce MAXVOXELS to 1024. git-svn-id: https://svn.eduke32.com/eduke32@6292 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/build/include/build.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/build/include/build.h b/source/build/include/build.h index d886f5d93..87d8220a0 100644 --- a/source/build/include/build.h +++ b/source/build/include/build.h @@ -79,7 +79,7 @@ enum rendmode_t { #define MAXTILES 30720 #define MAXUSERTILES (MAXTILES-16) // reserve 16 tiles at the end -#define MAXVOXELS 4096 +#define MAXVOXELS 1024 #define MAXSTATUS 1024 #define MAXPLAYERS 16 // Maximum number of component tiles in a multi-psky: