summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorDastgir <dastgirp@gmail.com>2018-08-07 18:58:55 +0530
committerHaru <haru@dotalux.com>2019-04-07 18:01:52 +0200
commitcd32aea9bdd0addf1dbd96cf1cdeb3c798d93e34 (patch)
tree9081fe065493187c30cf03e36eb1c19e26ca22b9 /src/map/battle.h
parente1e951c805916853e55ff5b9ce0531e0cf483ebf (diff)
downloadhercules-cd32aea9bdd0addf1dbd96cf1cdeb3c798d93e34.tar.gz
hercules-cd32aea9bdd0addf1dbd96cf1cdeb3c798d93e34.tar.bz2
hercules-cd32aea9bdd0addf1dbd96cf1cdeb3c798d93e34.tar.xz
hercules-cd32aea9bdd0addf1dbd96cf1cdeb3c798d93e34.zip
Added configuration to enable/disable achievement system
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index c797e665a..7e03f0a8e 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -578,6 +578,8 @@ struct Battle_Config {
int display_fake_hp_when_dead;
int magicrod_type;
+
+ int feature_enable_achievement;
};
/* criteria for battle_config.idletime_critera */