X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmap%2FMapState.cpp;h=101d2c3a14780bbd462723be95e777841e701b00;hb=817aaf3ab0a935280f7366bccf963cb911d2fa31;hp=de1676575fc1c2deb31810cc52c7eeef5c63edef;hpb=34fefc504fc465080b210b604ba5a185265a3c94;p=l2e.git diff --git a/src/map/MapState.cpp b/src/map/MapState.cpp index de16765..101d2c3 100644 --- a/src/map/MapState.cpp +++ b/src/map/MapState.cpp @@ -25,7 +25,8 @@ MapState::MapState(const Map *map) , controlled(0) , tempTarget(20, 20) , camera(100, 100, &tempTarget) -, walkingSpeed(64) { +, walkingSpeed(64) +, nextDirection(-1) { }