Useless assertion that only fires in alternate universes

git-svn-id: https://svn.eduke32.com/eduke32@6634 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-01-31 04:13:25 +00:00
parent 0542d32989
commit 9c408fc26c

View file

@ -337,6 +337,11 @@ typedef walltypevx walltype;
typedef uwalltypevx uwalltype;
#endif
// this is probably never going to be necessary
EDUKE32_STATIC_ASSERT(sizeof(sectortype) == sizeof(usectortype));
EDUKE32_STATIC_ASSERT(sizeof(walltype) == sizeof(uwalltype));
EDUKE32_STATIC_ASSERT(sizeof(spritetype) == sizeof(uspritetype));
#ifdef NEW_MAP_FORMAT
# define SECTORVX_SZ1 offsetof(sectortypevx, ceilingpicnum)