Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0k-z committed Nov 27, 2024
1 parent e3df04d commit 3d3f78d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/movement/movement.h
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ class MovementPlayer : public Player
bool collidingWithWorld {};
// Movetype changes that occur outside of movement processing
MoveType_t lastKnownMoveType {};
bool previousOnGround {};
};

class MovementPlayerManager : public PlayerManager
Expand Down

0 comments on commit 3d3f78d

Please sign in to comment.