]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/MapState.h
moved grid logic to world update routine
[l2e.git] / src / map / MapState.h
index cde5ec7449d0d9892164c7333db8ef3324540e7a..86e2813576e3c4dddcf369c8a7783233add271d6 100644 (file)
@@ -52,6 +52,7 @@ private:
        graphics::Camera camera;
        std::vector<Entity *> entities;
        float walkingSpeed;
+       int nextDirection;
 
 };