]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/MapState.h
added map transition state
[l2e.git] / src / map / MapState.h
index 0e49100e3b305b6e458123af8060986fd4b76958..dc352f69522636e5f2248076f6cddb59bea2a804 100644 (file)
@@ -64,6 +64,7 @@ private:
        void CheckTrigger();
 
 private:
+       app::Application *ctrl;
        Map *map;
        Entity *controlled;
        app::Timer<float> moveTimer;