summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-20 18:11:46 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-20 18:11:46 +0000
commit114a63af2cecc309da7e34ddf65e5eb3156126af (patch)
tree3b3b1181a30853762058018f22728e61ccf407c7
parent60f4f086eeeb609a1c3805f749fbcf941365ecc9 (diff)
downloadhercules-114a63af2cecc309da7e34ddf65e5eb3156126af.tar.gz
hercules-114a63af2cecc309da7e34ddf65e5eb3156126af.tar.bz2
hercules-114a63af2cecc309da7e34ddf65e5eb3156126af.tar.xz
hercules-114a63af2cecc309da7e34ddf65e5eb3156126af.zip
added missing definition
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@666 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--src/map/map.h1
-rw-r--r--src/map/pc.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index aaf44cd36..3c7ebe243 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -321,6 +321,7 @@ struct map_session_data {
int last_skillid,last_skilllv; // Added by RoVeRT
unsigned char change_level; // [celest]
+ unsigned int alive_timer; //[Valaris]
#ifndef TXT_ONLY
int mail_counter; // mail counter for mail system [Valaris]
diff --git a/src/map/pc.h b/src/map/pc.h
index 2de919ce2..b40b11ac2 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -199,7 +199,7 @@ int map_day_timer(int,unsigned int,int,int); // by [yor]
int map_night_timer(int,unsigned int,int,int); // by [yor]
//double connect bug fix
-add int pc_alive_timer(int tid,unsigned int tick,int,int);
+int pc_alive_timer(int tid,unsigned int tick,int,int);
#endif