diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 01af03789..4ec216a3e 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -844,7 +844,7 @@ struct npc_data { int eventtimer[MAX_EVENTTIMER]; short arenaflag; - void *chatdb; + void* chatdb; // pointer to a npc_parse struct (see npc_chat.c) struct npc_data *master_nd; union { |