This commit is contained in:
Christoph Oelckers 2018-04-25 13:59:27 +02:00
parent 81341ac6c5
commit bf81799701

View file

@ -84,7 +84,7 @@ private:
subsector_t * viewsubsector;
TArray<seg_t *> lowersegs;
sector_t fakesec; // this is a struct member because it gets used in recursively called functions so it cannot be pu on the stack.
sector_t fakesec; // this is a struct member because it gets used in recursively called functions so it cannot be put on the stack.
public:
void ClearBuffers();