summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-04-07 19:39:57 +0200
committerGitHub <noreply@github.com>2019-04-07 19:39:57 +0200
commit4c7057a31717f223637d671096a5b065befc0e4c (patch)
tree9081fe065493187c30cf03e36eb1c19e26ca22b9 /src/map/battle.h
parente1e951c805916853e55ff5b9ce0531e0cf483ebf (diff)
parentcd32aea9bdd0addf1dbd96cf1cdeb3c798d93e34 (diff)
downloadhercules-4c7057a31717f223637d671096a5b065befc0e4c.tar.gz
hercules-4c7057a31717f223637d671096a5b065befc0e4c.tar.bz2
hercules-4c7057a31717f223637d671096a5b065befc0e4c.tar.xz
hercules-4c7057a31717f223637d671096a5b065befc0e4c.zip
Merge pull request #2170 from dastgirp/feature/achievement-config
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 */