(svn r20592) -Fix (r2041): no (proper) savegame conversion was done when _date_fract got a new value range
This commit is contained in:
@@ -34,6 +34,8 @@ uint16 _tick_counter; ///< Ever incrementing (and sometimes wrapping) tick coun
|
||||
*/
|
||||
void SetDate(Date date, DateFract fract)
|
||||
{
|
||||
assert(fract < DAY_TICKS);
|
||||
|
||||
YearMonthDay ymd;
|
||||
|
||||
_date = date;
|
||||
|
Reference in New Issue
Block a user