src/rail_cmd.cpp
changeset 10313 57bba78128d2
parent 10260 c6ec6b3c1b18
child 10321 4a43d5022b7f
--- a/src/rail_cmd.cpp	Sun Nov 02 11:41:13 2008 +0000
+++ b/src/rail_cmd.cpp	Sun Nov 02 17:42:28 2008 +0000
@@ -1393,7 +1393,8 @@
 						Track track = DiagDirToDiagTrack(GetTunnelBridgeDirection(tile));
 						if (GetTunnelBridgeReservation(tile)) {
 							Vehicle *v = GetTrainForReservation(tile, track);
-							if (v != NULL) {
+							if (v != NULL && !HasPowerOnRail(v->u.rail.railtype, totype)) {
+								/* No power on new rail type, reroute. */
 								FreeTrainTrackReservation(v);
 								*vehicles_affected.Append() = v;
 							}