X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMapState.h;h=dc352f69522636e5f2248076f6cddb59bea2a804;hb=e02068d51f5e7f82d4d3195e9a9ce5c9d76f727d;hp=0e49100e3b305b6e458123af8060986fd4b76958;hpb=11f21c99f562231785660da3afc4d0590ad83e90;p=l2e.git diff --git a/src/map/MapState.h b/src/map/MapState.h index 0e49100..dc352f6 100644 --- a/src/map/MapState.h +++ b/src/map/MapState.h @@ -64,6 +64,7 @@ private: void CheckTrigger(); private: + app::Application *ctrl; Map *map; Entity *controlled; app::Timer moveTimer;