mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 18:40:29 +00:00
(svn r21137) -Fix/revert-ish (r1385): station ratings weren't updated (anymore) after an aircraft crashed
This commit is contained in:
parent
d1dfb27699
commit
72a6eeef26
@ -1150,6 +1150,7 @@ static void CrashAirplane(Aircraft *v)
|
||||
v->index,
|
||||
st != NULL ? st->index : INVALID_STATION);
|
||||
|
||||
ModifyStationRatingAround(v->tile, v->owner, -160, 30);
|
||||
SndPlayVehicleFx(SND_12_EXPLOSION, v);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user