mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-23 10:12:59 +00:00
Initialize idPhysics_Player::clientPusherLocked to false so physics logic is sane at start
This commit is contained in:
parent
9613bd6d0e
commit
36c6956322
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ private:
|
|||
waterLevel_t waterLevel;
|
||||
int waterType;
|
||||
|
||||
bool clientPusherLocked;
|
||||
bool clientPusherLocked = false; // SRS - initialize to unlocked at start
|
||||
|
||||
private:
|
||||
float CmdScale( const usercmd_t& cmd ) const;
|
||||
|
|
Loading…
Reference in a new issue