From c0aabb749433610142e3d97eb2fe73e70a2e3471 Mon Sep 17 00:00:00 2001 From: terminx Date: Fri, 17 Jul 2015 00:12:43 +0000 Subject: [PATCH] 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 --- polymer/eduke32/source/m32common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/polymer/eduke32/source/m32common.c b/polymer/eduke32/source/m32common.c index 87ec8393c..f8f7b0da7 100644 --- a/polymer/eduke32/source/m32common.c +++ b/polymer/eduke32/source/m32common.c @@ -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; }