X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMapState.h;h=86e2813576e3c4dddcf369c8a7783233add271d6;hb=34fefc504fc465080b210b604ba5a185265a3c94;hp=cde5ec7449d0d9892164c7333db8ef3324540e7a;hpb=1d6a9f01b8db0f5212b6a02603dd0670c6da38c7;p=l2e.git diff --git a/src/map/MapState.h b/src/map/MapState.h index cde5ec7..86e2813 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -52,6 +52,7 @@ private: graphics::Camera camera; std::vector entities; float walkingSpeed; + int nextDirection; };