Lower MAXWALLSB

git-svn-id: https://svn.eduke32.com/eduke32@7373 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-03-02 23:21:48 +00:00
parent 7f4ac2a4af
commit 61b89491c6

View file

@ -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