added missing definition

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@666 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lupus 2004-12-20 18:11:46 +00:00
parent db1768300e
commit dab08ea67a
2 changed files with 2 additions and 1 deletions

View File

@ -321,6 +321,7 @@ struct map_session_data {
int last_skillid,last_skilllv; // Added by RoVeRT int last_skillid,last_skilllv; // Added by RoVeRT
unsigned char change_level; // [celest] unsigned char change_level; // [celest]
unsigned int alive_timer; //[Valaris]
#ifndef TXT_ONLY #ifndef TXT_ONLY
int mail_counter; // mail counter for mail system [Valaris] int mail_counter; // mail counter for mail system [Valaris]

View File

@ -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] int map_night_timer(int,unsigned int,int,int); // by [yor]
//double connect bug fix //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 #endif