From 12a61f445c6bc468a2fbd979bd4713215eeb7831 Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 26 Feb 2003 01:41:00 +0000 Subject: [PATCH] Too fine an AREA_GRID seems to be dropping performance in normal quake maps (I hope this fixes the performance). git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2782 d7cf8633-e32d-0410-b094-e92efae38249 --- world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world.c b/world.c index 7505c86f..6a7a1a51 100644 --- a/world.c +++ b/world.c @@ -179,7 +179,7 @@ typedef struct areagrid_s } areagrid_t; -#define AREA_GRID 32 +#define AREA_GRID 16 #define AREA_GRIDNODES (AREA_GRID * AREA_GRID) static areagrid_t sv_areagrid[AREA_GRIDNODES]; -- 2.39.2