mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 14:58:22 +00:00
(svn r6781) - Fix (r5926): Some house introduction dates were incorrectly adjusted in the move to 32bit dates.
This commit is contained in:
parent
b2110cbaed
commit
4c1423fc38
@ -2048,8 +2048,8 @@ static const HousetypeYear _housetype_years[] = {
|
||||
{ 0, MAX_YEAR },
|
||||
{ 0, 1951 },
|
||||
{ 0, 1952 },
|
||||
{ 1941, MAX_YEAR },
|
||||
{ 1945, MAX_YEAR },
|
||||
{ 1931, MAX_YEAR },
|
||||
{ 1935, MAX_YEAR },
|
||||
{ 1963, MAX_YEAR },
|
||||
{ 0, 1955 },
|
||||
{ 1973, MAX_YEAR },
|
||||
@ -2058,7 +2058,7 @@ static const HousetypeYear _housetype_years[] = {
|
||||
{ 1958, MAX_YEAR },
|
||||
{ 1958, MAX_YEAR },
|
||||
{ 1958, MAX_YEAR },
|
||||
{ 1950, MAX_YEAR },
|
||||
{ 2000, MAX_YEAR },
|
||||
{ 0, 1960 },
|
||||
{ 0, 1960 },
|
||||
{ 1945, MAX_YEAR },
|
||||
|
Loading…
Reference in New Issue
Block a user