forked from mirror/OpenTTD
(svn r21137) -Fix/revert-ish (r1385): station ratings weren't updated (anymore) after an aircraft crashed
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user