From 80e36aa669274637bcd5956fbf4020dba1d4739c Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 9 Feb 2013 01:51:36 -0800 Subject: Strictify timers --- src/char/char.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/char/char.hpp') diff --git a/src/char/char.hpp b/src/char/char.hpp index 4ba0b6b..be9167e 100644 --- a/src/char/char.hpp +++ b/src/char/char.hpp @@ -10,8 +10,6 @@ constexpr int MAX_MAP_SERVERS = 30; #define LOGIN_LAN_CONF_NAME "conf/lan_support.conf" -constexpr int DEFAULT_AUTOSAVE_INTERVAL = 300 * 1000; - struct mmo_map_server { long ip; @@ -32,6 +30,4 @@ void char_log(const_string line); #define CHAR_LOG(fmt, ...) \ char_log(static_cast(STRPRINTF(fmt, ## __VA_ARGS__))) -extern int autosave_interval; - #endif // CHAR_HPP -- cgit v1.2.3-60-g2f50