forked from mirror/OpenTTD
(svn r4426) Code Cleaning : replacing tabs with spaces, removing obvious comments, aligning arrays etc...
This commit is contained in:
@@ -2069,8 +2069,8 @@ static void TileLoop_Station(TileIndex tile)
|
|||||||
switch (GetStationGfx(tile)) {
|
switch (GetStationGfx(tile)) {
|
||||||
case GFX_RADAR_LARGE_FIRST:
|
case GFX_RADAR_LARGE_FIRST:
|
||||||
case GFX_WINDSACK_FIRST : // for small airport
|
case GFX_WINDSACK_FIRST : // for small airport
|
||||||
case GFX_RADAR_INTERNATIONAL_FIRST: // radar international airport
|
case GFX_RADAR_INTERNATIONAL_FIRST:
|
||||||
case GFX_RADAR_METROPOLITAN_FIRST: // radar metropolitan airport
|
case GFX_RADAR_METROPOLITAN_FIRST:
|
||||||
AddAnimatedTile(tile);
|
AddAnimatedTile(tile);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user