summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 68a427e72..595ed32bb 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -630,8 +630,8 @@ struct battle_interface {
/* - battle_config */
int (*config_read) (const char *cfgName);
void (*config_set_defaults) (void);
- int (*config_set_value) (const char* w1, const char* w2);
- int (*config_get_value) (const char* w1);
+ int (*config_set_value) (const char *w1, const char *w2);
+ bool (*config_get_value) (const char *w1, int *value);
void (*config_adjust) (void);
/* ----------------------------------------- */
/* picks a random enemy within the specified range */