diff options
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index a44897027..2ee4999c6 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -66,7 +66,7 @@ int npc_remove_map(struct npc_data *nd); int npc_unload(struct npc_data *nd);
int npc_reload(void);
-static int dummy_npc_id;
+extern int dummy_npc_id;
extern char *current_file;
|