diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index fa97e0e..abd4988 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -3,6 +3,7 @@ #define _MAP_H_ #include <stdarg.h> +#include <time.h> #include "mmo.h" #ifndef MAX @@ -354,7 +355,7 @@ struct map_session_data { int ignoreAll; short sg_count; - unsigned int chat_reset_due; + time_t chat_reset_due; int chat_lines_in; char chat_lastmsg[513]; }; |