summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-26 17:19:31 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-26 17:34:58 +0300
commit248b23a44cb86ac825c0af2506fa93a4f617230e (patch)
tree414217dd18390a3af790327b5b40f01bb2780f1d /src/map/pc.c
parent4f1b7c5f4a35b098560f047ae0579861f4ca96e4 (diff)
downloadevol-hercules-248b23a44cb86ac825c0af2506fa93a4f617230e.tar.gz
evol-hercules-248b23a44cb86ac825c0af2506fa93a4f617230e.tar.bz2
evol-hercules-248b23a44cb86ac825c0af2506fa93a4f617230e.tar.xz
evol-hercules-248b23a44cb86ac825c0af2506fa93a4f617230e.zip
fix compilation warnings.
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 0e59e59..315595e 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -106,7 +106,6 @@ void epc_equipitem_pos(struct map_session_data *sd, struct item_data *id, int *p
void epc_unequipitem_pos(struct map_session_data *sd, int *nPtr, int *posPtr)
{
int pos = *posPtr;
- int n = *nPtr;
unequipPos(EQP_HEAD_LOW, head_bottom, LOOK_HEAD_BOTTOM);
unequipPos(EQP_HEAD_TOP, head_top, LOOK_HEAD_TOP);