(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:
maedhros
2007-03-26 11:41:14 +00:00
parent d2bd12d52e
commit cdf74ca0c9
2 changed files with 26 additions and 3 deletions

View File

@@ -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);