]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - portals.c
added support for GL_ARB_texture_env_combine, currently only used on wall rendering...
[xonotic/darkplaces.git] / portals.c
index 7b91f39c9a76df23c01fff13422632ec94eea385..742f6d36d04ff88355d49d59c5fceaa3bd74aaac 100644 (file)
--- a/portals.c
+++ b/portals.c
@@ -5,7 +5,6 @@
 #define MAXRECURSIVEPORTALS 256
 
 static tinyplane_t portalplanes[MAXRECURSIVEPORTALPLANES];
-static int portalplanestack[MAXRECURSIVEPORTALS];
 static int portalplanecount;
 static int ranoutofportalplanes;
 static int ranoutofportals;