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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user