diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-04-19 09:41:31 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-19 09:41:31 -0400 |
commit | 1ba24673e7064e39406e6faf11d790c2dcc2ac00 (patch) | |
tree | 7e2645f6fdec1dcc63ae56366371246f62865dcd /src/map/npc-internal.hpp | |
parent | c3e06ffe6437d27a2a7c6ddb2dc487ff2f007adf (diff) | |
parent | c786a93e91adaf68780a5fd7585f51d0528f92ed (diff) | |
download | tmwa-1ba24673e7064e39406e6faf11d790c2dcc2ac00.tar.gz tmwa-1ba24673e7064e39406e6faf11d790c2dcc2ac00.tar.bz2 tmwa-1ba24673e7064e39406e6faf11d790c2dcc2ac00.tar.xz tmwa-1ba24673e7064e39406e6faf11d790c2dcc2ac00.zip |
Merge self-fork from mekolat/magic-v3
Magic v3
Diffstat (limited to 'src/map/npc-internal.hpp')
-rw-r--r-- | src/map/npc-internal.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc-internal.hpp b/src/map/npc-internal.hpp index 993263f..8e9e030 100644 --- a/src/map/npc-internal.hpp +++ b/src/map/npc-internal.hpp @@ -31,6 +31,7 @@ namespace map struct event_data { dumb_ptr<npc_data_script> nd; + BlockId child; int pos; }; } // namespace map |