From 8ce76f29ab6bc6ea0809c085b4f395373b3cb8d7 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 9 Apr 2013 17:59:01 -0700 Subject: Also implement x32 support --- src/map/map.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/map.hpp') diff --git a/src/map/map.hpp b/src/map/map.hpp index 7fb6026..ab9b4c8 100644 --- a/src/map/map.hpp +++ b/src/map/map.hpp @@ -251,14 +251,14 @@ struct map_session_data unsigned in_progress:1; } auto_ban_info; - time_t chat_reset_due; - time_t chat_repeat_reset_due; + TimeT chat_reset_due; + TimeT chat_repeat_reset_due; int chat_lines_in; int chat_total_repeats; char chat_lastmsg[513]; tick_t flood_rates[0x220]; - time_t packet_flood_reset_due; + TimeT packet_flood_reset_due; int packet_flood_in; struct in_addr ip; -- cgit v1.2.3-60-g2f50