Cleanup: remove/replace trailing ; with . in comments

This commit is contained in:
Rubidium
2023-01-26 22:48:08 +01:00
committed by rubidium42
parent 0b2567d882
commit ae422be979
5 changed files with 11 additions and 11 deletions

View File

@@ -371,7 +371,7 @@ protected:
/* entered railway station
* get platform length */
uint length = BaseStation::GetByTile(m_new_tile)->GetPlatformLength(m_new_tile, TrackdirToExitdir(m_old_td));
/* how big step we must do to get to the last platform tile; */
/* how big step we must do to get to the last platform tile? */
m_tiles_skipped = length - 1;
/* move to the platform end */
TileIndexDiff diff = TileOffsByDiagDir(m_exitdir);