From 3d467cabe5ff086a76ecee1c9ae91da3f3caf35d Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 23 Nov 2008 14:17:41 +0000 Subject: [PATCH] (svn r14611) -Fix (r13437)[FS#2421]: Store the age of a house in the map array instead of the construction year. Note: Savegames from r13437 to now are broken and have a age of 255 years for a lot houses. --- docs/landscape.html | 2 +- src/date.cpp | 2 ++ src/newgrf_house.cpp | 2 +- src/openttd.cpp | 7 ++++++- src/town_cmd.cpp | 13 +++++++++++-- src/town_map.h | 27 ++++++++++++++++++--------- 6 files changed, 39 insertions(+), 14 deletions(-) diff --git a/docs/landscape.html b/docs/landscape.html index 99f4bee58b..bee6e994de 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -680,7 +680,7 @@