diff options
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r-- | src/map/map.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp index 56d07a5..de0e10b 100644 --- a/src/map/map.hpp +++ b/src/map/map.hpp @@ -531,6 +531,7 @@ struct map_local : map_abstract Point save; Point resave; int mask; + int hash; Array<dumb_ptr<npc_data>, MAX_NPC_PER_MAP> npc; }; |