diff options
Diffstat (limited to 'src/emap/npc.h')
-rw-r--r-- | src/emap/npc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emap/npc.h b/src/emap/npc.h index 7e6289e..ea6c77f 100644 --- a/src/emap/npc.h +++ b/src/emap/npc.h @@ -32,7 +32,6 @@ int enpc_get_var_num(const TBL_NPC *const npc, const char *var); int enpc_unload_pre(struct npc_data** ndPtr, - bool *singlePtr, - bool *unloadMobsPtr); + bool *singlePtr); #endif // EVOL_MAP_NPC |