1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-03 22:59:30 +00:00

Cleanup: Unnecessary assignation on FollowTileExit(): done previously on the function.

This commit is contained in:
Juanjo
2014-07-15 19:08:00 +02:00
committed by frosch
parent 6a9df285d0
commit 85ebe20a76

View File

@@ -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;
}
}