diff options
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r-- | src/map/map.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp index 66253ca..a2d0f5d 100644 --- a/src/map/map.hpp +++ b/src/map/map.hpp @@ -331,6 +331,7 @@ struct npc_data : block_list Opt3 opt3; Opt0 option; short flag; + bool disposable; std::list<RString> eventqueuel; Array<Timer, MAX_EVENTTIMER> eventtimer; @@ -359,6 +360,9 @@ public: short xs, ys; bool event_needs_map; + // the npc containing the actual script + BlockId parent; + // Whether the timer advances if not beyond end. bool timer_active; // Tick counter through the timers. |