mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-28 15:02:01 +00:00
- typo
This commit is contained in:
parent
81341ac6c5
commit
bf81799701
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ private:
|
||||||
subsector_t * viewsubsector;
|
subsector_t * viewsubsector;
|
||||||
TArray<seg_t *> lowersegs;
|
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:
|
public:
|
||||||
|
|
||||||
void ClearBuffers();
|
void ClearBuffers();
|
||||||
|
|
Loading…
Reference in a new issue