diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-16 14:57:54 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-16 14:57:54 +0000 |
commit | 4ea6ee8aebe0a756ea0bbbc0a33e77faadacdf17 (patch) | |
tree | ec76c5f4efc1f9719ba83845c75b47371a11f367 /src/map/npc.h | |
parent | 2a5e9a504131fb04eb8ffcb6b11a2528a5825dc2 (diff) | |
download | hercules-4ea6ee8aebe0a756ea0bbbc0a33e77faadacdf17.tar.gz hercules-4ea6ee8aebe0a756ea0bbbc0a33e77faadacdf17.tar.bz2 hercules-4ea6ee8aebe0a756ea0bbbc0a33e77faadacdf17.tar.xz hercules-4ea6ee8aebe0a756ea0bbbc0a33e77faadacdf17.zip |
* Sending fake npc for inputs and menus for NPC without map coordinates.
* Fixed npc.h compiler warnings.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6112 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 a2c6b5ca4..760a61aae 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -38,7 +38,7 @@ int npc_parse_mob(char *w1,char *w2,char *w3,char *w4); int npc_parse_mob2 (struct spawn_data*, int index); // [Wizputer]
int npc_parse_warp(char *w1,char *w2,char *w3,char *w4);
int npc_globalmessage(const char *name,char *mes);
-int npc_event_sub(struct map_session_data *sd, struct event_data *ev, const unsigned char *eventname); //[Lance]
+int npc_event_sub(struct map_session_data *, struct event_data *, const unsigned char *); //[Lance]
int npc_enable(const char *name,int flag);
int npc_changename(const char *name, const char *newname, short look); // [Lance]
|