From 54fcc9f412f1dabe43e43642c016b9251b449274 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 2 Mar 2013 23:46:56 -0300 Subject: Fixed Bug #7107 MSVC Warning http://hercules.ws/board/tracker/issue-7107-compiling-warning-c4113/ Signed-off-by: shennetsind --- src/map/battle.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/map/battle.c b/src/map/battle.c index 572534e14..66b189788 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -6076,8 +6076,7 @@ int battle_get_value(const char* w1) return *battle_data[i].val; } -void battle_set_defaults() -{ +void battle_set_defaults(void) { int i; for (i = 0; i < ARRAYLENGTH(battle_data); i++) *battle_data[i].val = battle_data[i].defval; -- cgit v1.2.3-60-g2f50