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

Fixes ocean floor pathfinding
This commit is contained in:
killerwife
2022-01-01 15:19:40 +01:00
committed by GitHub
parent 645b41ebb9
commit 8a779268b6

View File

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