(svn r4426) Code Cleaning : replacing tabs with spaces, removing obvious comments, aligning arrays etc...

This commit is contained in:
belugas 2006-04-15 03:08:14 +00:00
parent ea706f8ead
commit 88e0bab283
3 changed files with 101 additions and 101 deletions

View File

@ -2069,8 +2069,8 @@ static void TileLoop_Station(TileIndex tile)
switch (GetStationGfx(tile)) {
case GFX_RADAR_LARGE_FIRST:
case GFX_WINDSACK_FIRST : // for small airport
case GFX_RADAR_INTERNATIONAL_FIRST: // radar international airport
case GFX_RADAR_METROPOLITAN_FIRST: // radar metropolitan airport
case GFX_RADAR_INTERNATIONAL_FIRST:
case GFX_RADAR_METROPOLITAN_FIRST:
AddAnimatedTile(tile);
break;