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.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index e288d36..e1f8422 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -154,6 +154,7 @@ struct map_session_data : block_list, SessionData
unsigned shroud_hides_name_talking:1;
unsigned shroud_disappears_on_pickup:1;
unsigned shroud_disappears_on_talk:1;
+ unsigned seen_motd:1;
} state;
struct
{