]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix a crash in portal clipping code (forgot to include polygon.h)
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 7 May 2005 17:53:47 +0000 (17:53 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 7 May 2005 17:53:47 +0000 (17:53 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5243 d7cf8633-e32d-0410-b094-e92efae38249

portals.c

index 35334b5c510538ca5af223fb9867a9dd6f5c5c60..7d79b32cb082c272d3cc1047d1ee22a571edd7cd 100644 (file)
--- a/portals.c
+++ b/portals.c
@@ -1,5 +1,6 @@
 
 #include "quakedef.h"
+#include "polygon.h"
 
 #define MAXRECURSIVEPORTALPLANES 1024
 #define MAXRECURSIVEPORTALS 256