summaryrefslogtreecommitdiff
path: root/src/viewport_type.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-09-02 14:46:28 +0000
committersmatz <smatz@openttd.org>2008-09-02 14:46:28 +0000
commit2c58a87f4ce849cdd93c0a008baa60bf37e74463 (patch)
treeed7fdba054cf545c7409e99340c0e08050b53213 /src/viewport_type.h
parentf5c8513f75f82d2083854622ed4c638adf9774e5 (diff)
downloadopenttd-2c58a87f4ce849cdd93c0a008baa60bf37e74463.tar.xz
(svn r14221) -Fix: signs (town name, station name, ...) could be too long for 8bit width in pixels
Diffstat (limited to 'src/viewport_type.h')
-rw-r--r--src/viewport_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewport_type.h b/src/viewport_type.h
index 98f56b885..09bf2dcf3 100644
--- a/src/viewport_type.h
+++ b/src/viewport_type.h
@@ -27,7 +27,7 @@ struct ViewPort {
struct ViewportSign {
int32 left;
int32 top;
- byte width_1, width_2;
+ uint16 width_1, width_2;
};
enum {