summaryrefslogtreecommitdiff
path: root/tile.h
diff options
context:
space:
mode:
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;