summaryrefslogtreecommitdiff
path: root/src/tilearea_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tilearea_type.h')
-rw-r--r--src/tilearea_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tilearea_type.h b/src/tilearea_type.h
index 4eeaf1e48..711ac986d 100644
--- a/src/tilearea_type.h
+++ b/src/tilearea_type.h
@@ -17,8 +17,8 @@
/** Represents the covered area of e.g. a rail station */
struct TileArea {
TileIndex tile; ///< The base tile of the area
- uint8 w; ///< The width of the area
- uint8 h; ///< The height of the area
+ uint16 w; ///< The width of the area
+ uint16 h; ///< The height of the area
/** Just construct this tile area */
TileArea() {}