summaryrefslogtreecommitdiff
path: root/tile.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-08-22 14:38:37 +0000
committerrubidium <rubidium@openttd.org>2006-08-22 14:38:37 +0000
commit480af9c9171badb7db906d2cc05856f4c2d87b73 (patch)
tree2a3621a92a3d30384ea51e0898d08f035a559915 /tile.h
parent5f4dbbd52264b986efc248a6ccb02dbde4ca6c0e (diff)
downloadopenttd-480af9c9171badb7db906d2cc05856f4c2d87b73.tar.xz
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
Diffstat (limited to 'tile.h')
-rw-r--r--tile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tile.h b/tile.h
index 42f1b1c04..97123645f 100644
--- a/tile.h
+++ b/tile.h
@@ -22,8 +22,8 @@ typedef enum TileTypes {
} TileType;
typedef enum TropicZones {
- TROPICZONE_INVALID = 0,
- TROPICZONE_DESERT = 1,
+ TROPICZONE_INVALID = 0,
+ TROPICZONE_DESERT = 1,
TROPICZONE_RAINFOREST = 2,
} TropicZone;