(svn r15676) -Codechange: remove the need for BeginVehicleMove and merge VehiclePositionChanged and EndVehicleMove.

This commit is contained in:
rubidium
2009-03-11 20:43:14 +00:00
parent 49d6804f97
commit b003536ea8
10 changed files with 70 additions and 153 deletions

View File

@@ -359,8 +359,7 @@ void AfterLoadVehicles(bool part_of_load)
default: break;
}
v->coord.left = INVALID_COORD;
VehiclePositionChanged(v);
VehicleMove(v, false);
}
}