Increase max visplanes (to support more WADs)
This commit is contained in:
parent
ae258a74ae
commit
1d1a4230e6
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user