From 61b89491c6de161258f570fedc77ac68518d6735 Mon Sep 17 00:00:00 2001 From: terminx Date: Sat, 2 Mar 2019 23:21:48 +0000 Subject: [PATCH] Lower MAXWALLSB git-svn-id: https://svn.eduke32.com/eduke32@7373 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 806736035..0d3783998 100644 --- a/source/build/include/build.h +++ b/source/build/include/build.h @@ -97,7 +97,7 @@ enum rendmode_t { # define LUNATIC_FASTCALL __fastcall #endif -#define MAXWALLSB ((MAXWALLS>>2)+(MAXWALLS>>3)) +#define MAXWALLSB ((MAXWALLS>>3)+(MAXWALLS>>4)) #define MAXTILES 30720 #define MAXUSERTILES (MAXTILES-16) // reserve 16 tiles at the end