(svn r23713) -Codechange: split VehicleMove() into two functions, to minimalize the work done where possible
This commit is contained in:
@@ -397,6 +397,6 @@ void AddArticulatedParts(Vehicle *first)
|
||||
|
||||
if (flip_image) v->spritenum++;
|
||||
|
||||
VehicleMove(v, false);
|
||||
VehicleUpdatePosition(v);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user