From 34f0540da418b01dd4d49f6ecf72569d3cfecfdf Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 25 Jan 2014 09:43:09 -0800 Subject: Implement unified config parsing (mostly) --- src/map/pc.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/map/pc.cpp') diff --git a/src/map/pc.cpp b/src/map/pc.cpp index 4cfa107..73639dd 100644 --- a/src/map/pc.cpp +++ b/src/map/pc.cpp @@ -5269,11 +5269,7 @@ void pc_calc_sigma(void) } } -/*========================================== - * pc関 係初期化 - *------------------------------------------ - */ -int do_init_pc(void) +void do_init_pc(void) { pc_calc_sigma(); natural_heal_prev_tick = gettick() + NATURAL_HEAL_INTERVAL; @@ -5284,8 +5280,6 @@ int do_init_pc(void) Timer(gettick() + autosave_time, pc_autosave ).detach(); - - return 0; } void pc_cleanup(dumb_ptr sd) -- cgit v1.2.3-70-g09d2