src/order_gui.cpp
branchnoai
changeset 9703 d2a6acdbd665
parent 9701 d1ac22c62f64
child 9722 ebf0ece7d8f6
--- a/src/order_gui.cpp	Sun Sep 09 21:14:29 2007 +0000
+++ b/src/order_gui.cpp	Sun Sep 23 07:37:38 2007 +0000
@@ -355,7 +355,7 @@
 {
 	if (u->type != v->type) return false;
 
-	if (u->HasFront() && !u->IsPrimaryVehicle()) {
+	if (!u->IsPrimaryVehicle()) {
 		u = u->First();
 		if (!u->IsPrimaryVehicle()) return false;
 	}