(svn r21875) -Codechange: indentation of some comments was wrong

This commit is contained in:
smatz
2011-01-21 01:38:30 +00:00
parent c7ebf1d450
commit f2006f36a1
6 changed files with 13 additions and 13 deletions

View File

@@ -2772,7 +2772,7 @@ uint Train::Crash(bool flooded)
}
/* we may need to update crossing we were approaching,
* but must be updated after the train has been marked crashed */
* but must be updated after the train has been marked crashed */
TileIndex crossing = TrainApproachingCrossingTile(this);
if (crossing != INVALID_TILE) UpdateLevelCrossing(crossing);