X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMapState.h;h=ccdb51e7fef0c07477640387a4e828f7dcf182ee;hb=d8d0982340fc10e5161251a4b50223fabc7b4431;hp=4ba149db1d96c3e05749c4a5b32f411b5938dfc5;hpb=42e75a9b9341a7c0446e29431a08980eca7de8c1;p=l2e.git diff --git a/src/map/MapState.h b/src/map/MapState.h index 4ba149d..ccdb51e 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -42,6 +42,8 @@ public: void SetWalkingSpeed(float s) { walkingSpeed = s; } + void Transition(Map *, const geometry::Vector &coordinates); + private: static bool ZCompare(const Entity *lhs, const Entity *rhs); @@ -69,6 +71,7 @@ private: float walkingSpeed; int nextDirection; bool afterLock; + bool skipLock; bool debug; };