summaryrefslogtreecommitdiff
path: root/src/emap/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/pc.h')
-rw-r--r--src/emap/pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/pc.h b/src/emap/pc.h
index e850b81..388c606 100644
--- a/src/emap/pc.h
+++ b/src/emap/pc.h
@@ -13,7 +13,7 @@ int epc_readparam_pre(TBL_PC* sd, int *type);
int epc_setregistry(TBL_PC *sd, int64 *reg, int *val);
-void epc_equipitem_pos(TBL_PC *sd, struct item_data *id, int *posPtr);
+void epc_equipitem_pos(TBL_PC *sd, struct item_data *id, int *nPtr, int *posPtr);
void epc_unequipitem_pos(TBL_PC *sd, int *nPtr, int *posPtr);