diff options
author | gumi <git@gumi.ca> | 2018-01-01 16:09:22 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-01-01 18:09:15 -0500 |
commit | b7ec6e535d314a64aeaf426e2e4c068cd7c4bb34 (patch) | |
tree | f29e84563c80e5438da35e608967c33c195dde98 /src/map/map.hpp | |
parent | e808b814cd0899342fcba21cc74ec059772ceb5e (diff) | |
download | tmwa-18.1.1.tar.gz tmwa-18.1.1.tar.bz2 tmwa-18.1.1.tar.xz tmwa-18.1.1.zip |
release v18.1.1v18.1.1
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; |