diff options
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r-- | src/map/map.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp index 897787e..44c5bfb 100644 --- a/src/map/map.hpp +++ b/src/map/map.hpp @@ -340,6 +340,8 @@ struct npc_data : block_list Opt0 option; short flag; + bool deletion_pending; + std::list<RString> eventqueuel; Array<Timer, MAX_EVENTTIMER> eventtimer; short arenaflag; |