diff options
Diffstat (limited to 'source/game/StarPlayer.hpp')
-rw-r--r-- | source/game/StarPlayer.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/game/StarPlayer.hpp b/source/game/StarPlayer.hpp index 1129b06..f989a77 100644 --- a/source/game/StarPlayer.hpp +++ b/source/game/StarPlayer.hpp @@ -132,6 +132,7 @@ public: void setShifting(bool shifting); void special(int specialKey); + void setMoveVector(Vec2F const& vec); void moveLeft(); void moveRight(); void moveUp(); @@ -505,6 +506,7 @@ private: Vec2F m_blinkInterval; HashSet<MoveControlType> m_pendingMoves; + Vec2F m_moveVector; bool m_shifting; ActorMovementParameters m_zeroGMovementParameters; |