diff -r 7b5119965fb3 -r f1e2d6c7527e openttd.c --- a/openttd.c Sat Aug 26 07:45:18 2006 +0000 +++ b/openttd.c Sat Aug 26 11:06:54 2006 +0000 @@ -1454,6 +1454,7 @@ Vehicle *v; _date += DAYS_TILL_ORIGINAL_BASE_YEAR; + _cur_year += ORIGINAL_BASE_YEAR; FOR_ALL_STATIONS(st) st->build_date += DAYS_TILL_ORIGINAL_BASE_YEAR; FOR_ALL_WAYPOINTS(wp) wp->build_date += DAYS_TILL_ORIGINAL_BASE_YEAR;