src/rail_cmd.cpp
changeset 6319 27e68b914d3d
parent 6317 c73bda71ac16
child 6432 8fb778a7f2d7
--- a/src/rail_cmd.cpp	Tue Feb 13 10:43:50 2007 +0000
+++ b/src/rail_cmd.cpp	Tue Feb 13 10:46:45 2007 +0000
@@ -1969,7 +1969,7 @@
 	} else if (_fractcoords_enter[dir] == fract_coord) {
 		if (DiagDirToDir(ReverseDiagDir(dir)) == v->direction) {
 			/* enter the depot */
-			v->u.rail.track = TRACK_BIT_SPECIAL,
+			v->u.rail.track = TRACK_BIT_DEPOT,
 			v->vehstatus |= VS_HIDDEN; /* hide it */
 			v->direction = ReverseDir(v->direction);
 			if (v->next == NULL) VehicleEnterDepot(v);