fix(MMAP): Build ADT floor just like WMO floor below liquid (#9990)

This commit is contained in:
killerwife
2022-01-06 19:26:34 +01:00
committed by GitHub
parent 483e067dc2
commit 66e6d33116

View File

@@ -488,10 +488,6 @@ namespace MMAP
minTLevel = h;
}
// terrain under the liquid?
if (minLLevel > maxTLevel)
useTerrain = false;
//liquid under the terrain?
if (minTLevel > maxLLevel)
useLiquid = false;