summaryrefslogtreecommitdiff
path: root/src/map/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r--src/map/map.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index 9a184d5..24037e9 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -479,9 +479,6 @@ struct mob_data : block_list
// [Fate] mob-specific stats
earray<unsigned short, mob_stat, mob_stat::LAST> stats;
short size;
- // Npc Runscripts
- std::list<RString> eventqueuel;
- Array<Timer, MAX_EVENTTIMER> eventtimer;
};
struct BlockLists