Merge branch 'master' into jgrpp
# Conflicts: # regression/regression/result.txt # src/autoreplace_cmd.cpp # src/industry_gui.cpp # src/landscape.cpp # src/network/network_content.cpp # src/newgrf_roadstop.cpp # src/pathfinder/yapf/yapf_ship.cpp # src/road_gui.cpp # src/saveload/ai_sl.cpp # src/saveload/saveload.h # src/saveload/vehicle_sl.cpp # src/station.cpp # src/station_gui.cpp # src/video/cocoa/cocoa_ogl.h # src/video/sdl2_opengl_v.h # src/video/video_driver.hpp # src/video/win32_v.h # src/widget_type.h # src/widgets/dropdown.cpp # src/widgets/dropdown_type.h # src/window.cpp
This commit is contained in:
@@ -2601,6 +2601,7 @@ static ChangeInfoResult TownHouseChangeInfo(uint hid, int numinfo, int prop, con
|
||||
housespec->accepts_cargo[i] = INVALID_CARGO;
|
||||
housespec->cargo_acceptance[i] = 0;
|
||||
}
|
||||
housespec->accepts_cargo_label[i] = CT_INVALID;
|
||||
}
|
||||
break;
|
||||
}
|
||||
@@ -3380,6 +3381,7 @@ static ChangeInfoResult IndustrytilesChangeInfo(uint indtid, int numinfo, int pr
|
||||
tsp->accepts_cargo[i] = INVALID_CARGO;
|
||||
tsp->acceptance[i] = 0;
|
||||
}
|
||||
tsp->accepts_cargo_label[i] = CT_INVALID;
|
||||
}
|
||||
break;
|
||||
}
|
||||
@@ -3828,6 +3830,7 @@ static ChangeInfoResult IndustriesChangeInfo(uint indid, int numinfo, int prop,
|
||||
} else {
|
||||
indsp->produced_cargo[i] = INVALID_CARGO;
|
||||
}
|
||||
indsp->produced_cargo_label[i] = CT_INVALID;
|
||||
}
|
||||
break;
|
||||
}
|
||||
@@ -3846,6 +3849,7 @@ static ChangeInfoResult IndustriesChangeInfo(uint indid, int numinfo, int prop,
|
||||
} else {
|
||||
indsp->accepts_cargo[i] = INVALID_CARGO;
|
||||
}
|
||||
indsp->accepts_cargo_label[i] = CT_INVALID;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user