]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/MapState.h
added debug mode for maps
[l2e.git] / src / map / MapState.h
index e7a75b6fca784f5dfb04c9a2b64154938a36dfbf..4ba149db1d96c3e05749c4a5b32f411b5938dfc5 100644 (file)
@@ -69,6 +69,7 @@ private:
        float walkingSpeed;
        int nextDirection;
        bool afterLock;
+       bool debug;
 
 };