Reduce MAXCLIPSECTORS to 512

git-svn-id: https://svn.eduke32.com/eduke32@7570 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-04-10 09:30:52 +00:00 committed by Christoph Oelckers
parent c754ac6e62
commit 7d0faa5752

View file

@ -15,7 +15,7 @@
extern "C" {
#endif
#define MAXCLIPSECTORS 1024
#define MAXCLIPSECTORS 512
#define MAXCLIPNUM 2048
#ifdef HAVE_CLIPSHAPE_FEATURE