(svn r20191) -Codechange: unVARDEF _tick_counter and move it to a more logical location
This commit is contained in:
@@ -26,7 +26,7 @@ Year _cur_year; ///< Current year, starting at 0
|
||||
Month _cur_month; ///< Current month (0..11)
|
||||
Date _date; ///< Current date in days (day counter)
|
||||
DateFract _date_fract;
|
||||
|
||||
uint16 _tick_counter; ///< Ever incrementing (and sometimes wrapping) tick counter for setting off various events
|
||||
|
||||
void SetDate(Date date)
|
||||
{
|
||||
|
Reference in New Issue
Block a user