]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/MapState.h
store complete entity in hero
[l2e.git] / src / map / MapState.h
index ccdb51e7fef0c07477640387a4e828f7dcf182ee..dc352f69522636e5f2248076f6cddb59bea2a804 100644 (file)
@@ -47,6 +47,9 @@ public:
 private:
        static bool ZCompare(const Entity *lhs, const Entity *rhs);
 
+       void UnloadMap();
+       void LoadMap(Map *);
+
        bool CheckBlocking() const;
 
        void OnTileLock();
@@ -61,6 +64,7 @@ private:
        void CheckTrigger();
 
 private:
+       app::Application *ctrl;
        Map *map;
        Entity *controlled;
        app::Timer<float> moveTimer;