(svn r18133) -Codechange: pass the 'maximum' left/right positions to Draw*Image
This commit is contained in:
@@ -70,10 +70,10 @@ static inline bool ValidVLWFlags(uint16 flags)
|
||||
|
||||
int DrawVehiclePurchaseInfo(int left, int right, int y, EngineID engine_number);
|
||||
|
||||
void DrawTrainImage(const Train *v, int x, int y, VehicleID selection, int max_width, int skip);
|
||||
void DrawRoadVehImage(const Vehicle *v, int x, int y, VehicleID selection, int max_width);
|
||||
void DrawShipImage(const Vehicle *v, int x, int y, VehicleID selection);
|
||||
void DrawAircraftImage(const Vehicle *v, int x, int y, VehicleID selection);
|
||||
void DrawTrainImage(const Train *v, int left, int right, int y, VehicleID selection, int skip);
|
||||
void DrawRoadVehImage(const Vehicle *v, int left, int right, int y, VehicleID selection);
|
||||
void DrawShipImage(const Vehicle *v, int left, int right, int y, VehicleID selection);
|
||||
void DrawAircraftImage(const Vehicle *v, int left, int right, int y, VehicleID selection);
|
||||
|
||||
void ShowBuildVehicleWindow(TileIndex tile, VehicleType type);
|
||||
|
||||
|
Reference in New Issue
Block a user