Reorder FMapThing to remove padding

This commit is contained in:
Randy Heit 2015-04-04 17:05:38 -05:00
commit bbbbb7ac9d
2 changed files with 10 additions and 10 deletions

View file

@ -347,10 +347,10 @@ struct FMapThing
fixed_t y;
fixed_t z;
short angle;
FDoomEdEntry *info;
short EdNum;
WORD SkillFilter;
WORD ClassFilter;
short EdNum;
FDoomEdEntry *info;
DWORD flags;
int special;
int args[5];