mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 03:00:58 +00:00
- cleaning out some trash from compat.h.
The header from hell...
This commit is contained in:
parent
ba8dc788fe
commit
b8258da997
18 changed files with 50 additions and 497 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue