From 1dcb68789e4c0ee476f9cdd6c40f036630141705 Mon Sep 17 00:00:00 2001 From: epoque11 Date: Mon, 30 Apr 2012 13:13:07 +0000 Subject: - Fixed compilation errors due to unnamed argument in npc_unload (bugreport:5676) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16020 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/npc.h') diff --git a/src/map/npc.h b/src/map/npc.h index de25c09a3..5e180220c 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -153,7 +153,7 @@ int npc_gettimerevent_tick(struct npc_data* nd); int npc_settimerevent_tick(struct npc_data* nd, int newtimer); int npc_remove_map(struct npc_data* nd); void npc_unload_duplicates (struct npc_data* nd); -int npc_unload(struct npc_data* nd, bool); +int npc_unload(struct npc_data* nd, bool single); int npc_reload(void); void npc_read_event_script(void); int npc_script_event(struct map_session_data* sd, enum npce_event type); -- cgit v1.2.3-60-g2f50