Changeset - r18932:95665ad5728a
[Not reviewed]
master
0 1 0
yexo - 12 years ago 2012-01-12 19:23:00
yexo@openttd.org
(svn r23792) -Feature [FS#4958]: move 'refitable to' text above custom newgrf text in build vehicle gui
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/build_vehicle_gui.cpp
Show inline comments
 
@@ -847,9 +847,10 @@ int DrawVehiclePurchaseInfo(int left, in
 
		y += FONT_HEIGHT_NORMAL;
 
	}
 

	
 
	if (refittable) y = ShowRefitOptionsList(left, right, y, engine_number);
 

	
 
	/* Additional text from NewGRF */
 
	y = ShowAdditionalText(left, right, y, engine_number);
 
	if (refittable) y = ShowRefitOptionsList(left, right, y, engine_number);
 

	
 
	return y;
 
}
0 comments (0 inline, 0 general)