Bump MAXCLIPNUM to 3072 because IM was still hitting it with 2048

git-svn-id: https://svn.eduke32.com/eduke32@7437 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-03-19 17:10:21 +00:00 committed by Christoph Oelckers
parent d48ca24079
commit 0b1c21d477
1 changed files with 1 additions and 1 deletions

View File

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