- cleaning out some trash from compat.h.

The header from hell...
This commit is contained in:
Christoph Oelckers 2020-08-30 23:34:40 +02:00
parent ba8dc788fe
commit b8258da997
18 changed files with 50 additions and 497 deletions

View file

@ -990,7 +990,7 @@ static md3model_t *md3load(FileReader & fil)
// NOTE: We assume that NULL is represented by all-zeros.
// surfs[0].geometry is for POLYMER_MD_PROCESS_CHECK (else: crashes).
// surfs[i].geometry is for FREE_SURFS_GEOMETRY.
Bassert(m->head.surfs[0].geometry == NULL);
assert(m->head.surfs[0].geometry == NULL);
#if B_BIG_ENDIAN != 0
{