shithub: choc

Download patch

ref: 172188c35a1c9f79890e385de688db72fedf8c42
parent: 310ad72c180f321c8069f9b3908069537e62d3a1
author: Fabian Greffrath <fabian@greffrath.com>
date: Wed May 27 15:37:27 EDT 2015

Oops, revert debug changes

--- a/src/doom/r_defs.h
+++ b/src/doom/r_defs.h
@@ -48,7 +48,7 @@
 #define SIL_TOP			2
 #define SIL_BOTH		3
 
-#define MAXDRAWSEGS		256*8
+#define MAXDRAWSEGS		256
 
 
 
--- a/src/doom/r_plane.c
+++ b/src/doom/r_plane.c
@@ -42,7 +42,7 @@
 //
 
 // Here comes the obnoxious "visplane".
-#define MAXVISPLANES	128*8
+#define MAXVISPLANES	128
 visplane_t		visplanes[MAXVISPLANES];
 visplane_t*		lastvisplane;
 visplane_t*		floorplane;