File diff r16430:b3f65f9bc976 → r16431:ec558deca9d7
src/build_vehicle_gui.cpp
Show inline comments
 
@@ -842,7 +842,7 @@ void DrawEngineList(VehicleType type, in
 
	assert_compile(lengthof(sprite_y_offsets) == lengthof(sprite_widths));
 
	assert(max <= eng_list->Length());
 

	
 
	bool rtl = _dynlang.text_dir == TD_RTL;
 
	bool rtl = _current_text_dir == TD_RTL;
 
	int step_size = GetEngineListHeight(type);
 
	int sprite_width = sprite_widths[type];