From 0978ba21dea20cb8225c4df2d64afda2c697a40c Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 20 Feb 2003 09:20:36 +0000 Subject: [PATCH] added #include "portals.h" git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2770 d7cf8633-e32d-0410-b094-e92efae38249 --- sv_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sv_main.c b/sv_main.c index 5f29d3e8..be142dc6 100644 --- a/sv_main.c +++ b/sv_main.c @@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // sv_main.c -- server main program #include "quakedef.h" +#include "portals.h" static cvar_t sv_cullentities_pvs = {0, "sv_cullentities_pvs", "0"}; // fast but loose static cvar_t sv_cullentities_portal = {0, "sv_cullentities_portal", "0"}; // extremely accurate visibility checking, but too slow -- 2.39.2