X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMapState.h;h=8b9532db3bbbf7fb684bc4909a9dc6f77edba1ee;hb=5cca794c5b6549b7750c88b5c2217d659fa963dd;hp=b243c3b07258cf9529d0bfe6e6309e56826569cf;hpb=abfa371d1d2c14052d4cbfc885b8383c6da7d499;p=l2e.git diff --git a/src/map/MapState.h b/src/map/MapState.h index b243c3b..8b9532d 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -44,7 +44,7 @@ public: math::Vector > TrackPoint() const { return *camera.GetTarget(); } - void SetWalkingSpeed(math::Fixed<8> s) { walkingSpeed = s; } + void SetWalkingSpeed(int s); void Transition(Map *, const math::Vector &coordinates);