summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-31 17:21:24 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-31 17:21:24 +0000
commit653c08bb22079c851a785b88e0f1744c21f08d41 (patch)
tree7c0c2b0e4477be3b9bbf6bf1ae3ae51680f6f8ef /src/map/npc.h
parent76da1004104ac328b5004883fc14aba3c24c9284 (diff)
downloadhercules-653c08bb22079c851a785b88e0f1744c21f08d41.tar.gz
hercules-653c08bb22079c851a785b88e0f1744c21f08d41.tar.bz2
hercules-653c08bb22079c851a785b88e0f1744c21f08d41.tar.xz
hercules-653c08bb22079c851a785b88e0f1744c21f08d41.zip
* Fixed a bug with InitTimer/StopTimer
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1358 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 054e9559b..d4ee9997c 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -42,7 +42,7 @@ void npc_delsrcfile(char *);
int do_final_npc(void);
int do_init_npc(void);
int npc_event_do_oninit(void);
-int npc_do_ontimer(int,struct map_session_data *,int);
+int npc_do_ontimer(int,int);
int npc_event_doall(const char *name);
int npc_event_do(const char *name);