mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 06:53:40 +00:00
- restored accidentally deleted line.
This commit is contained in:
parent
cc2885c2de
commit
bd29f0994f
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class SightCheck
|
||||||
fixed_t topslope, bottomslope; // slopes to top and bottom of target
|
fixed_t topslope, bottomslope; // slopes to top and bottom of target
|
||||||
int Flags;
|
int Flags;
|
||||||
divline_t trace;
|
divline_t trace;
|
||||||
|
int portaldir;
|
||||||
unsigned int myseethrough;
|
unsigned int myseethrough;
|
||||||
|
|
||||||
void P_SightOpening(SightOpening &open, const line_t *linedef, fixed_t x, fixed_t y);
|
void P_SightOpening(SightOpening &open, const line_t *linedef, fixed_t x, fixed_t y);
|
||||||
|
|
Loading…
Reference in a new issue