]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/MapState.h
added debug mode for maps
[l2e.git] / src / map / MapState.h
index 371a881e5c54cc1b363ce2269dfa58e71c16b622..4ba149db1d96c3e05749c4a5b32f411b5938dfc5 100644 (file)
@@ -55,6 +55,8 @@ private:
        void StopFollowers(Entity &);
 
        void LockEntities();
+       void CheckMonster();
+       void CheckTrigger();
 
 private:
        Map *map;
@@ -67,6 +69,7 @@ private:
        float walkingSpeed;
        int nextDirection;
        bool afterLock;
+       bool debug;
 
 };