Cleanup: Unnecessary assignation on FollowTileExit(): done previously on the function.
This commit is contained in:
@@ -227,8 +227,6 @@ protected:
|
|||||||
m_is_station = true;
|
m_is_station = true;
|
||||||
} else if (IsRoadTT() && IsRoadStopTile(m_new_tile)) {
|
} else if (IsRoadTT() && IsRoadStopTile(m_new_tile)) {
|
||||||
m_is_station = true;
|
m_is_station = true;
|
||||||
} else {
|
|
||||||
m_is_station = false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user