This commit is contained in:
2024-06-16 01:11:31 +05:00
parent d8708dce4b
commit 9d279c5cd0
15 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ void UcppGI::cppLvlManage(UObject* WorldContextObject, Fcppcoords currentCoords,
if (
(
((ceq[0] || !is3DTour || lvl.coords.flat == -1) && ceq[5])
|| (is3DTour ? lvl.anotherLvl >= 1 && lvl.anotherLvl == crd.flat : lvl.anotherLvl >= 1 && (crd.flat >= 0 ? lvl.anotherLvl == crd.flat : true) && lvl.coords.floor < crd.floor)
|| (is3DTour ? lvl.anotherLvl >= 1 && lvl.anotherLvl == crd.flat : lvl.anotherLvl >= 1 && (crd.flat >= 0 ? lvl.anotherLvl == crd.flat : currentCoords.floor < 90/*or 2-floor flat will be loaded anyway*/) && lvl.coords.floor < crd.floor)
)
&& ceq[3] && ceq[4]
) loadthis = true; //load all on floor and under 2-floor flat, and full 2-floor flat in 3d tour