Increase max visplanes (to support more WADs)

This commit is contained in:
mattiasgustavsson 2024-03-07 11:40:42 +01:00
parent ae258a74ae
commit 1d1a4230e6

View File

@ -49,7 +49,7 @@ planefunction_t ceilingfunc;
// //
// Here comes the obnoxious "visplane". // Here comes the obnoxious "visplane".
#define MAXVISPLANES 128 #define MAXVISPLANES 1024
visplane_t visplanes[MAXVISPLANES]; visplane_t visplanes[MAXVISPLANES];
visplane_t* lastvisplane; visplane_t* lastvisplane;
visplane_t* floorplane; visplane_t* floorplane;