summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-14 20:14:58 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-14 20:14:58 +0000
commit1a265168a17cc7ff4a6ec0f5f4814d661c411202 (patch)
tree4066547901289553dc5a3648c97195977f962373 /src/map/map.h
parent5a6f4e191743aca6fe6f4bbb3e371df4fe9a7100 (diff)
downloadhercules-1a265168a17cc7ff4a6ec0f5f4814d661c411202.tar.gz
hercules-1a265168a17cc7ff4a6ec0f5f4814d661c411202.tar.bz2
hercules-1a265168a17cc7ff4a6ec0f5f4814d661c411202.tar.xz
hercules-1a265168a17cc7ff4a6ec0f5f4814d661c411202.zip
- Removed support for negative autosave intervals, instead added a minsave_interval setting which specifies which is the minimum time between character saves. Default to 100ms (map_athena.conf).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8280 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 5ba672cd7..37a0b9c54 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1246,6 +1246,7 @@ struct chat_data {
extern struct map_data map[];
extern int map_num;
extern int autosave_interval;
+extern int minsave_interval;
extern int save_settings;
extern int agit_flag;
extern int night_flag; // 0=day, 1=night [Yor]