File diff r28729:5311071f6e67 → r28730:d593090c0f0e
src/order_gui.cpp
Show inline comments
 
@@ -194,6 +194,8 @@ static int DepotActionStringIndex(const 
 
		return DA_STOP;
 
	} else if (order->GetDepotOrderType() & ODTFB_SERVICE) {
 
		return DA_SERVICE;
 
	} else if (order->GetDepotActionType() & ODATFB_UNBUNCH) {
 
		return DA_UNBUNCH;
 
	} else {
 
		return DA_ALWAYS_GO;
 
	}