(svn r9475) -Codechange: Allow the purchase details widget to expand dynamically if there's still not enough room for the text.
This commit is contained in:
@@ -32,7 +32,7 @@ static inline bool ValidVLWFlags(uint16 flags)
|
||||
|
||||
void PlayerVehWndProc(Window *w, WindowEvent *e);
|
||||
|
||||
void DrawVehiclePurchaseInfo(int x, int y, uint w, EngineID engine_number);
|
||||
int DrawVehiclePurchaseInfo(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