1
0
Fork 0

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

release/1.1
terkhen 2010-11-11 22:19:27 +00:00
parent f3574a273b
commit 13685c0210
1 changed files with 1 additions and 0 deletions

View File

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