summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index c1a7dbfe9..2d203fdb5 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -90,6 +90,6 @@ int npc_reload(void);
void npc_read_event_script(void);
int npc_script_event(struct map_session_data* sd, int type);
-struct npc_data *fake_nd;
+extern struct npc_data* fake_nd;
#endif /* _NPC_H_ */