(svn r6910) - Codechange: Supply width of area when drawing purchase info instead of using hardcoded values. (mart3p)
This commit is contained in:
@@ -32,11 +32,11 @@ static inline bool ValidVLWFlags(uint16 flags)
|
||||
|
||||
void PlayerVehWndProc(Window *w, WindowEvent *e);
|
||||
|
||||
void DrawTrainEnginePurchaseInfo(int x, int y, EngineID engine_number);
|
||||
void DrawTrainWagonPurchaseInfo(int x, int y, EngineID engine_number);
|
||||
void DrawRoadVehPurchaseInfo(int x, int y, EngineID engine_number);
|
||||
void DrawAircraftPurchaseInfo(int x, int y, EngineID engine_number);
|
||||
void DrawShipPurchaseInfo(int x, int y, EngineID engine_number);
|
||||
void DrawTrainEnginePurchaseInfo(int x, int y, uint w, EngineID engine_number);
|
||||
void DrawTrainWagonPurchaseInfo(int x, int y, uint w, EngineID engine_number);
|
||||
void DrawRoadVehPurchaseInfo(int x, int y, uint w, EngineID engine_number);
|
||||
void DrawAircraftPurchaseInfo(int x, int y, uint w, EngineID engine_number);
|
||||
void DrawShipPurchaseInfo(int x, int y, uint w, EngineID engine_number);
|
||||
|
||||
void DrawTrainImage(const Vehicle *v, int x, int y, int count, int skip, VehicleID selection);
|
||||
void DrawRoadVehImage(const Vehicle *v, int x, int y, VehicleID selection);
|
||||
|
||||
Reference in New Issue
Block a user