forked from mirror/OpenTTD
(svn r26863) -Codechange: move a number of Vehicle* functions into the Vehicle class
This commit is contained in:
@@ -445,6 +445,6 @@ void AddArticulatedParts(Vehicle *first)
|
||||
|
||||
if (flip_image) v->spritenum++;
|
||||
|
||||
VehicleUpdatePosition(v);
|
||||
v->UpdatePosition();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user