mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
0542d32989
commit
9c408fc26c
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue