File diff r28648:68b32971fab7 → r28649:d3bb8c4dcee1
src/depot_gui.cpp
Show inline comments
 
@@ -497,7 +497,7 @@ struct DepotWindow : Window {
 
			switch (this->type) {
 
				case VEH_TRAIN:
 
					if (wagon) return MODE_ERROR;
 
					FALLTHROUGH;
 
					[[fallthrough]];
 

	
 
				case VEH_ROAD:
 
					if (xm <= this->flag_size.width) return MODE_START_STOP;