(svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace
this is a complete rewrite, that makes use of existing commands like build and sell
this means that multiheaded train engines are replaced correctly
This commit is contained in:
@@ -309,7 +309,7 @@ Vehicle *CheckClickOnVehicle(const ViewPort *vp, int x, int y);
|
||||
void DecreaseVehicleValue(Vehicle *v);
|
||||
void CheckVehicleBreakdown(Vehicle *v);
|
||||
void AgeVehicle(Vehicle *v);
|
||||
void MaybeReplaceVehicle(Vehicle *v);
|
||||
Vehicle * MaybeReplaceVehicle(Vehicle *v);
|
||||
|
||||
void BeginVehicleMove(Vehicle *v);
|
||||
void EndVehicleMove(Vehicle *v);
|
||||
|
||||
Reference in New Issue
Block a user