(svn r779) Reverting last commit, svn didn't cancel the commit like I was meaning to tell it.
authormatthijs
Tue, 23 Nov 2004 17:46:39 +0000
changeset 493 f20567e22f6c
parent 492 278d22758d64
child 494 45acd6b1fd21
(svn r779) Reverting last commit, svn didn't cancel the commit like I was meaning to tell it.
Tron will commit the real bugfix we were working on in a minute (I hope ;-)
roadveh_cmd.c
--- a/roadveh_cmd.c	Tue Nov 23 17:16:41 2004 +0000
+++ b/roadveh_cmd.c	Tue Nov 23 17:46:39 2004 +0000
@@ -950,9 +950,6 @@
 				if (IS_BYTE_INSIDE(val, 0x47, 0x4B) && (_patches.roadveh_queue || st->bus_stop_status&3))
 					bitmask |= _road_veh_fp_ax_or[(val-0x47)&3];
 			}
-		} else {
-			/* Other people's station. No-go */
-			bitmask = 0;
 		}
 	}
 	/* The above lookups should be moved to GetTileTrackStatus in the