summaryrefslogtreecommitdiff
path: root/src/emap/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/npc.h')
-rw-r--r--src/emap/npc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/npc.h b/src/emap/npc.h
index 42938f6..2be72e0 100644
--- a/src/emap/npc.h
+++ b/src/emap/npc.h
@@ -4,7 +4,7 @@
#ifndef EVOL_MAP_NPC
#define EVOL_MAP_NPC
-void enpc_parse_unknown_mapflag(const char *name, char *w3, char *w4, const char* start,
+void enpc_parse_unknown_mapflag(const char *name, const char *w3, const char *w4, const char* start,
const char* buffer, const char* filepath, int *retval);
int enpc_buysellsel(TBL_PC* sd, int *id, int *type);