File diff r2259:11c885ee4192 → r2260:e8d302877e4c
aircraft_gui.c
Show inline comments
 
@@ -388,7 +388,7 @@ static void AircraftDetailsWndProc(Windo
 
					u = v->next;
 
					SetDParam(2, _cargoc.names_long[u->cargo_type]);
 
					SetDParam(3, u->cargo_cap);
 
					DrawString(60, y, STR_A019_CAPACITY + (u->cargo_cap == 0), 0);
 
					DrawString(60, y, (u->cargo_cap != 0) ? STR_A019_CAPACITY : STR_A01A_CAPACITY, 0);
 
					y += 14;
 
				}