mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +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;
|
||||
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();
|
||||
|
|
Loading…
Reference in a new issue