From 46cacd9deb1affcbfdb527aa0b23608989e19a30 Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 7 May 2005 17:53:47 +0000 Subject: [PATCH] fix a crash in portal clipping code (forgot to include polygon.h) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5243 d7cf8633-e32d-0410-b094-e92efae38249 --- portals.c | 1 + 1 file changed, 1 insertion(+) diff --git a/portals.c b/portals.c index 35334b5c..7d79b32c 100644 --- a/portals.c +++ b/portals.c @@ -1,5 +1,6 @@ #include "quakedef.h" +#include "polygon.h" #define MAXRECURSIVEPORTALPLANES 1024 #define MAXRECURSIVEPORTALS 256 -- 2.39.2