(svn r21148) -Fix (r21098): Evaluate callback 36 for ship speed as frequently as done for other vehicle types.

pull/155/head
terkhen 14 years ago
parent 676695a68f
commit ef4f10d73d

@ -211,6 +211,7 @@ Trackdir Ship::GetVehicleTrackdir() const
void Ship::MarkDirty()
{
this->UpdateViewport(false, false);
this->UpdateCache();
}
static void PlayShipSound(const Vehicle *v)

Loading…
Cancel
Save