- variable reordering for 64 bit in subsector_t.

SVN r2608 (automap)
This commit is contained in:
Christoph Oelckers 2010-08-27 15:05:01 +00:00
parent 920d69d1f4
commit 1049385e8f

View file

@ -970,8 +970,8 @@ struct subsector_t
FPolyNode *polys;
FMiniBSP *BSP;
seg_t *firstline;
DWORD numlines;
sector_t *render_sector;
DWORD numlines;
int flags;
};