Update player.h

This commit is contained in:
Sir-Skurpsalot 2026-06-24 17:49:39 -06:00 committed by GitHub
parent fa6e293561
commit a1c49b82c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -572,7 +572,7 @@ protected:
F32 mRecoverDelay; ///< When bypassing the legacy recover system and only using the land sequence,
/// this is how long the player will be in the land sequence.
F32 mProneRecoverDelay; ///< How long player takes to get up from Prone -Skurps
F32 mProneRecoverDelay; ///< Set by proneInSequenceTime, proneOutSequenceTime, or proneDiveSequenceTime -Skurps
bool mInWater; ///< Is true if WaterCoverage is greater than zero
bool mSwimming; ///< Is true if WaterCoverage is above the swimming threshold