1
0
Fork 0

(svn r4672) - Backport from trunk (r4467):

New plantations now cause the correct ".. being planted .." news item
release/0.4
Darkvater 2006-05-02 13:29:06 +00:00
parent 61370f9e14
commit a343d86500
1 changed files with 1 additions and 1 deletions

View File

@ -1791,7 +1791,7 @@ static void MaybeNewIndustry(uint32 r)
SetDParam(0, type + STR_4802_COAL_MINE);
SetDParam(1, i->town->index);
AddNewsItem(
(type != IT_FOREST) ?
(type != IT_FOREST && type != IT_FRUIT_PLANTATION && type != IT_RUBBER_PLANTATION && type != IT_COTTON_CANDY) ?
STR_482D_NEW_UNDER_CONSTRUCTION : STR_482E_NEW_BEING_PLANTED_NEAR,
NEWS_FLAGS(NM_THIN, NF_VIEWPORT|NF_TILE, NT_ECONOMY,0), i->xy, 0
);