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:
terminx 2015-07-17 00:12:43 +00:00
parent e676b04687
commit c0aabb7494

View file

@ -959,12 +959,13 @@ int32_t CheckMapCorruption(int32_t printfromlev, uint64_t tryfixing)
i, cflabel[j]); i, cflabel[j]);
heinumcheckstat = 1; heinumcheckstat = 1;
} }
/*
else if (heinumcheckstat==0) else if (heinumcheckstat==0)
{ {
CORRUPTCHK_PRINT(1, CORRUPT_SECTOR|i, CORRUPTCHK_PRINT(1, CORRUPT_SECTOR|i,
"SECTOR[%d]: inconsistent %sstat&2 and heinum", i, cflabel[j]); "SECTOR[%d]: inconsistent %sstat&2 and heinum", i, cflabel[j]);
} }
*/
if (heinumcheckstat != 1) if (heinumcheckstat != 1)
heinumcheckstat = 2; heinumcheckstat = 2;
} }