diff options
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index c04fcfbfb..6d94d3fd9 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -441,7 +441,7 @@ void do_final_battle(void); extern int battle_config_read(const char *cfgName); extern void battle_validate_conf(void); extern void battle_set_defaults(void); -extern int battle_set_value(char *, char *); -int battle_get_value(char *); +int battle_set_value(const char* w1, const char* w2); +int battle_get_value(const char* w1); #endif /* _BATTLE_H_ */ |