summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ttd.h b/ttd.h
index 45880270f..ee8967cfd 100644
--- a/ttd.h
+++ b/ttd.h
@@ -273,14 +273,16 @@ typedef struct TileDesc {
} TileDesc;
typedef struct {
- int16 left, top;
+ int32 left;
+ int32 top;
byte width_1, width_2;
} ViewportSign;
typedef struct SignStruct {
StringID str;
ViewportSign sign;
- int16 x,y;
+ int32 x;
+ int32 y;
byte z;
} SignStruct;