mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 09:21:36 +00:00
Mapster32: don't warn about the map being corrupt if the only thing wrong with it is a sector ceilingheinum or floorheinum set without the corresponding bits to enable sloping set. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5301 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e676b04687
commit
c0aabb7494
1 changed files with 2 additions and 1 deletions
|
@ -959,12 +959,13 @@ int32_t CheckMapCorruption(int32_t printfromlev, uint64_t tryfixing)
|
|||
i, cflabel[j]);
|
||||
heinumcheckstat = 1;
|
||||
}
|
||||
/*
|
||||
else if (heinumcheckstat==0)
|
||||
{
|
||||
CORRUPTCHK_PRINT(1, CORRUPT_SECTOR|i,
|
||||
"SECTOR[%d]: inconsistent %sstat&2 and heinum", i, cflabel[j]);
|
||||
}
|
||||
|
||||
*/
|
||||
if (heinumcheckstat != 1)
|
||||
heinumcheckstat = 2;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue