From 85ebe20a761127bebe873389d81f31502685a98a Mon Sep 17 00:00:00 2001 From: Juanjo Date: Tue, 15 Jul 2014 19:08:00 +0200 Subject: Cleanup: Unnecessary assignation on FollowTileExit(): done previously on the function. --- src/pathfinder/follow_track.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pathfinder/follow_track.hpp') diff --git a/src/pathfinder/follow_track.hpp b/src/pathfinder/follow_track.hpp index a8399cd9f..ad81d974b 100644 --- a/src/pathfinder/follow_track.hpp +++ b/src/pathfinder/follow_track.hpp @@ -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; } } -- cgit v1.2.3-70-g09d2