]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/MapState.h
check for blocking entities when trying to move
[l2e.git] / src / map / MapState.h
index f4da5ce839e0d4c1c98692df38be7f703f65e1b7..371a881e5c54cc1b363ce2269dfa58e71c16b622 100644 (file)
@@ -44,6 +44,9 @@ public:
 
 private:
        static bool ZCompare(const Entity *lhs, const Entity *rhs);
+
+       bool CheckBlocking() const;
+
        void OnTileLock();
        void OnGridLock();
        void OnMove(bool);