X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmap%2FMapState.h;h=f4da5ce839e0d4c1c98692df38be7f703f65e1b7;hb=0fc36d261ef8129debbd4aa15594bc46cb82eb27;hp=34ebdd2f15fc7dd9076392aec6357fa16ea0dacc;hpb=be3b4e75c82b6e9d2b5c4300138d490ec1a4932a;p=l2e.git diff --git a/src/map/MapState.h b/src/map/MapState.h index 34ebdd2..f4da5ce 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -46,9 +46,12 @@ private: static bool ZCompare(const Entity *lhs, const Entity *rhs); void OnTileLock(); void OnGridLock(); - void OnMove(); + void OnMove(bool); - void UpdateFollower(Entity *); + void UpdateFollower(Entity &); + void StopFollowers(Entity &); + + void LockEntities(); private: Map *map;