(svn r21137) -Fix/revert-ish (r1385): station ratings weren't updated (anymore) after an aircraft crashed

This commit is contained in:
rubidium 2010-11-10 22:56:05 +00:00
parent d1dfb27699
commit 72a6eeef26
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}