(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

@@ -329,6 +329,6 @@ void AddArticulatedParts(Vehicle **vl, VehicleType type)
if (flip_image) u->spritenum++;
VehiclePositionChanged(u);
VehicleMove(u, false);
}
}