summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-02 02:23:56 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-02 02:23:56 +0000
commit396001e8663d1fa0f8476f0bad7243317f70ab9d (patch)
treec38026d6bead9f6c42dfe2faf96668ce328449c0 /src/map/npc.c
parent5451ba7f9967d74103a05563bc11430e9e647946 (diff)
downloadhercules-396001e8663d1fa0f8476f0bad7243317f70ab9d.tar.gz
hercules-396001e8663d1fa0f8476f0bad7243317f70ab9d.tar.bz2
hercules-396001e8663d1fa0f8476f0bad7243317f70ab9d.tar.xz
hercules-396001e8663d1fa0f8476f0bad7243317f70ab9d.zip
[Fixed]
- Yet another compilation warning. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6924 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.c')
-rw-r--r--src/map/npc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/npc.c b/src/map/npc.c
index 8f9e95431..9dc5d0357 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -2838,7 +2838,7 @@ int do_final_npc(void)
return 0;
}
-static void npc_debug_warps_sub(struct npc_data *nd)
+/*static void npc_debug_warps_sub(struct npc_data *nd)
{
int m;
if (nd->bl.type != BL_NPC || nd->bl.subtype != WARP || nd->bl.m < 0)
@@ -2869,7 +2869,7 @@ static void npc_debug_warps(void)
for (m = 0; m < map_num; m++)
for (i = 0; i < map[m].npc_num; i++)
npc_debug_warps_sub(map[m].npc[i]);
-}
+}*/
/*==========================================
* npcŹ‰Šú‰»