(svn r14307) -Fix: when deleting a station, remove news items regarding it

This commit is contained in:
smatz
2008-09-13 10:19:51 +00:00
parent 4ea5308d49
commit 7e4e999a97
8 changed files with 40 additions and 6 deletions

View File

@@ -1402,7 +1402,8 @@ static void AircraftEntersTerminal(Vehicle *v)
STR_A033_CITIZENS_CELEBRATE_FIRST,
(v->owner == _local_player) ? NS_ARRIVAL_PLAYER : NS_ARRIVAL_OTHER,
v->index,
0);
st->index
);
}
v->BeginLoading();