Changeset - r22938:6bda85da482d
[Not reviewed]
master
0 1 0
Juanjo - 10 years ago 2014-07-15 17:08:00
juanjo.ng.83@gmail.com
Cleanup: Unnecessary assignation on FollowTileExit(): done previously on the function.
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/pathfinder/follow_track.hpp
Show inline comments
 
@@ -227,8 +227,6 @@ protected:
 
			m_is_station = true;
 
		} else if (IsRoadTT() && IsRoadStopTile(m_new_tile)) {
 
			m_is_station = true;
 
		} else {
 
			m_is_station = false;
 
		}
 
	}
 

	
0 comments (0 inline, 0 general)