This commit is contained in:
Rapandrasmus 2023-10-08 12:54:19 +02:00
parent be07514c9d
commit 5b6d08e43d

View file

@ -396,7 +396,7 @@ namespace HeavenStudio.Games
}
_jumpBeat = _queuedAnimals[0].startBeat - 1;
if (_queuedAnimals[0].startBeat - 1 > beat) SoundByte.PlayOneShotGame("animalAcrobat/start", _jumpBeat);
if (_queuedAnimals[0].startBeat - 1 >= beat) SoundByte.PlayOneShotGame("animalAcrobat/start", _jumpBeat);
_playerMonkey.InitialJump(_jumpBeat);
}
}