(svn r21948) -Fix: road vehicle was moved under the bridge when it was destroyed by an UFO while on a bridge

pull/155/head
smatz 14 years ago
parent 934d5d423e
commit 97abc18ffc

@ -437,7 +437,7 @@ static void RoadVehSetRandomDirection(RoadVehicle *v)
uint32 r = Random();
v->direction = ChangeDir(v->direction, delta[r & 3]);
v->UpdateInclination(false, true);
v->UpdateViewport(true, true);
} while ((v = v->Next()) != NULL);
}

Loading…
Cancel
Save