(svn r17963) -Codechange: some documentation style

This commit is contained in:
rubidium
2009-11-03 17:30:08 +00:00
parent b211e0d5f5
commit d79439fb3c
7 changed files with 20 additions and 20 deletions

View File

@@ -1944,7 +1944,7 @@ static void DrawTile_Track(TileInfo *ti)
if (image != SPR_FLAT_GRASS_TILE) image += rti->total_offset;
/* adjust ground tile for desert
* don't adjust for snow, because snow in depots looks weird */
* don't adjust for snow, because snow in depots looks weird */
if (IsSnowRailGround(ti->tile) && _settings_game.game_creation.landscape == LT_TROPIC) {
if (image != SPR_FLAT_GRASS_TILE) {
image += rti->snow_offset; // tile with tracks