fixed a bug where WeatherMixer would not read weather json files

This commit is contained in:
minjaesong
2022-01-04 17:41:55 +09:00
parent b9bb757a76
commit 2f518258a3
5 changed files with 32 additions and 23 deletions

View File

@@ -503,6 +503,7 @@ open class ActorHumanoid : ActorWithBody, Controllable, Pocketed, Factionable, L
// TODO do something to the ActorWithBody.platformsToIgnore
}
private fun applyAccel(x: Int): Double {
@@ -527,6 +528,7 @@ open class ActorHumanoid : ActorWithBody, Controllable, Pocketed, Factionable, L
private fun walkVStop() {
walkCounterY = 0
isWalkingV = false
platformsToIgnore = null
}
private fun getJumpAcc(pwr: Double, timedJumpCharge: Double): Double {