File diff r1945:ed78507998a4 → r1946:cc1ddc5930ed
rail_cmd.c
Show inline comments
 
@@ -95,7 +95,7 @@ static bool CheckTrackCombination(TileIn
 
	/* So, we have a tile with tracks on it (and possibly signals). Let's see
 
	 * what tracks first */
 
	current = GetTrackBits(tile);
 
	future = current & to_build;
 
	future = current | to_build;
 

	
 
	/* Are we really building something new? */
 
	if (current == future) {