X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMapState.h;h=4ba149db1d96c3e05749c4a5b32f411b5938dfc5;hb=07cdc452aeaad73ca9f8f9a3cf9868d2b6c9d5b3;hp=e7a75b6fca784f5dfb04c9a2b64154938a36dfbf;hpb=aa1a197e532673f0c4d33dee5bed27298c050d38;p=l2e.git diff --git a/src/map/MapState.h b/src/map/MapState.h index e7a75b6..4ba149d 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -69,6 +69,7 @@ private: float walkingSpeed; int nextDirection; bool afterLock; + bool debug; };