From 114a63af2cecc309da7e34ddf65e5eb3156126af Mon Sep 17 00:00:00 2001 From: Lupus Date: Mon, 20 Dec 2004 18:11:46 +0000 Subject: added missing definition git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@666 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 1 + src/map/pc.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3-70-g09d2