forked from mirror/OpenTTD
(svn r14307) -Fix: when deleting a station, remove news items regarding it
This commit is contained in:
@@ -351,7 +351,8 @@ static void ShipArrivesAt(const Vehicle* v, Station* st)
|
||||
STR_9833_CITIZENS_CELEBRATE_FIRST,
|
||||
(v->owner == _local_player) ? NS_ARRIVAL_PLAYER : NS_ARRIVAL_OTHER,
|
||||
v->index,
|
||||
0);
|
||||
st->index
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user