diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-17 10:46:37 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-17 10:46:37 +0000 |
commit | 77b5031fc9f41079c772c429c8bff69706fac16b (patch) | |
tree | 45a68e3ef4f65e44d5bf67c8ba2018701fc57857 /src/map/npc.h | |
parent | 26ab8da349bfd32e8bcd632f94bd33beff9fc4a9 (diff) | |
download | hercules-77b5031fc9f41079c772c429c8bff69706fac16b.tar.gz hercules-77b5031fc9f41079c772c429c8bff69706fac16b.tar.bz2 hercules-77b5031fc9f41079c772c429c8bff69706fac16b.tar.xz hercules-77b5031fc9f41079c772c429c8bff69706fac16b.zip |
* Added display script filename when a script error is found while parsing
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1244 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 5c9c8b900..5a680f22a 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -53,7 +53,7 @@ int npc_gettimerevent_tick(struct npc_data *nd); int npc_settimerevent_tick(struct npc_data *nd,int newtimer); int npc_delete(struct npc_data *nd); -char current_file[1024]; +extern char *current_file; #endif |