summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-05-09 06:20:52 +0200
committerHaru <haru@dotalux.com>2014-05-09 07:40:43 +0200
commit581ff22b9bad7567a27980df31636f0c75ba5fc2 (patch)
tree83aed2830b805ad154c91623ace99452620bce8b /src/map/map.h
parent84c1d0dd15553df0b2b61c028ea9aead381e7115 (diff)
downloadhercules-581ff22b9bad7567a27980df31636f0c75ba5fc2.tar.gz
hercules-581ff22b9bad7567a27980df31636f0c75ba5fc2.tar.bz2
hercules-581ff22b9bad7567a27980df31636f0c75ba5fc2.tar.xz
hercules-581ff22b9bad7567a27980df31636f0c75ba5fc2.zip
Added support to return a different exit status to the OS.
- This can be easily used by plugins. - See an example at http://github.com/HerculesWS/StaffPlugins/Haru/script_mapquit Signed-off-by: Haru <haru@dotalux.com>
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 7373b516d..6b2e9d909 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -805,6 +805,7 @@ struct map_interface {
/* vars */
bool minimal;
+ int retval;
int count;
int autosave_interval;