From 571ce8ac8aed5b8373cdb722cc54589e28f4c4b1 Mon Sep 17 00:00:00 2001 From: Lance Date: Sat, 29 Apr 2006 19:54:40 +0000 Subject: - Cleaned up unused variables in npc.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6383 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/map/npc.c b/src/map/npc.c index 2f4745948..f0ee22dc3 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -50,7 +50,7 @@ static int npc_mob=0; static int npc_delay_mob=0; static int npc_cache_mob=0; char *current_file = NULL; -int dummy_npc_id=0; +//int dummy_npc_id=0; int npc_get_new_npc_id(void){ return npc_id++; } static struct dbt *ev_db; @@ -2793,7 +2793,7 @@ int do_init_npc(void) add_timer_func_list(npc_timerevent,"npc_timerevent"); // Init dummy NPC - dummy_npc_id = npc_get_new_npc_id(); + //dummy_npc_id = npc_get_new_npc_id(); return 0; } -- cgit v1.2.3-70-g09d2