mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- account for stupid GCC limitation.
This commit is contained in:
parent
04d20a52c3
commit
463e1a8047
1 changed files with 2 additions and 1 deletions
|
@ -292,6 +292,8 @@ struct sectortype
|
|||
uint8_t portalflags;
|
||||
int8_t portalnum;
|
||||
|
||||
DAngle angle; // this is SW only. GCC is stupid and does not allow it inside an anonmyous struct.
|
||||
|
||||
// Game specific extensions. Due to how sectors are used they need to be defined in the global class. :(
|
||||
union
|
||||
{
|
||||
|
@ -329,7 +331,6 @@ struct sectortype
|
|||
int flags;
|
||||
int depth_fixed;
|
||||
short stag; // ST? tag number - for certain things it helps to know it
|
||||
DAngle angle;
|
||||
short height;
|
||||
short speed;
|
||||
short damage;
|
||||
|
|
Loading…
Reference in a new issue