We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2297bc + 5da47ef commit 968992aCopy full SHA for 968992a
1 file changed
gui/components/gui_convoy_assembler.cc
@@ -308,10 +308,7 @@ scr_coord gui_convoy_assembler_t::get_placement(waytype_t wt)
308
309
scr_coord gui_convoy_assembler_t::get_grid(waytype_t wt)
310
{
311
- if (wt==water_wt) {
312
- return scr_coord(60,46);
313
- }
314
- if (wt==air_wt) {
+ if (wt==water_wt || wt==air_wt) {
315
return scr_coord(36,36);
316
}
317
return scr_coord(24,24);
0 commit comments