diff options
Diffstat (limited to 'src/map/battle.hpp')
-rw-r--r-- | src/map/battle.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.hpp b/src/map/battle.hpp index 0f9b2d1..6ed32fd 100644 --- a/src/map/battle.hpp +++ b/src/map/battle.hpp @@ -259,6 +259,6 @@ extern struct Battle_Config int mob_splash_radius; } battle_config; -int battle_config_read(const char *cfgName); +int battle_config_read(ZString cfgName); #endif // BATTLE_HPP |