From 5fc39662ec6ef2823f526066456bc346256407b4 Mon Sep 17 00:00:00 2001 From: mittorn Date: Sat, 23 Mar 2019 05:43:41 +0700 Subject: [PATCH] ref_soft: Increase limits again, this will fix some HL maps --- r_local.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/r_local.h b/r_local.h index 91ed978c..37d2eac3 100644 --- a/r_local.h +++ b/r_local.h @@ -803,11 +803,11 @@ extern cvar_t *r_showhull; #define DS_SPAN_LIST_END -128 -#define NUMSTACKEDGES 2000 +#define NUMSTACKEDGES 4000 #define MINEDGES NUMSTACKEDGES -#define NUMSTACKSURFACES 1000 +#define NUMSTACKSURFACES 2000 #define MINSURFACES NUMSTACKSURFACES -#define MAXSPANS 3000 +#define MAXSPANS 6000 // flags in finalvert_t.flags #define ALIAS_LEFT_CLIP 0x0001