From 85ebe20a761127bebe873389d81f31502685a98a Mon Sep 17 00:00:00 2001 From: Juanjo Date: Tue, 15 Jul 2014 19:08:00 +0200 Subject: [PATCH] Cleanup: Unnecessary assignation on FollowTileExit(): done previously on the function. --- src/pathfinder/follow_track.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pathfinder/follow_track.hpp b/src/pathfinder/follow_track.hpp index a8399cd9f6..ad81d974b0 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; } }