]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/MapState.h
workaround for map lock with int steps
[l2e.git] / src / map / MapState.h
index b243c3b07258cf9529d0bfe6e6309e56826569cf..8b9532db3bbbf7fb684bc4909a9dc6f77edba1ee 100644 (file)
@@ -44,7 +44,7 @@ public:
 
        math::Vector<math::Fixed<8> > TrackPoint() const { return *camera.GetTarget(); }
 
-       void SetWalkingSpeed(math::Fixed<8> s) { walkingSpeed = s; }
+       void SetWalkingSpeed(int s);
 
        void Transition(Map *, const math::Vector<int> &coordinates);