]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
added #include "portals.h"
[xonotic/darkplaces.git] / sv_main.c
index 5f29d3e834242ae6a860c9a53387b7a2c4eb08a9..be142dc65b2a7911d88e73538687c3d18786ad9b 100644 (file)
--- 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