mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-17 17:51:11 +00:00
- variable reordering for 64 bit in subsector_t.
SVN r2608 (automap)
This commit is contained in:
parent
920d69d1f4
commit
1049385e8f
1 changed files with 1 additions and 1 deletions
|
@ -970,8 +970,8 @@ struct subsector_t
|
|||
FPolyNode *polys;
|
||||
FMiniBSP *BSP;
|
||||
seg_t *firstline;
|
||||
DWORD numlines;
|
||||
sector_t *render_sector;
|
||||
DWORD numlines;
|
||||
int flags;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue