File diff r20302:b2b3bcaa28d3 → r20303:6adbc75a1297
src/build_vehicle_gui.cpp
Show inline comments
 
@@ -890,7 +890,7 @@ void DrawEngineList(VehicleType type, in
 
	int count_width = 0;
 
	if (show_count) {
 
		replace_icon = GetSpriteSize(SPR_GROUP_REPLACE_ACTIVE);
 
		SetDParamMaxDigits(0, 3);
 
		SetDParamMaxDigits(0, 3, FS_SMALL);
 
		count_width = GetStringBoundingBox(STR_TINY_BLACK_COMA).width;
 
	}