summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-11-13 21:16:34 +0000
committertron <tron@openttd.org>2005-11-13 21:16:34 +0000
commitb34de09e627fc5f8d7579c96c8b4290593c1dd32 (patch)
treed66fcca83a94bececa75c9b65acbde8161e9e4be /window.h
parent39ba8235b2febd36fc88929256b1bd18d482809e (diff)
downloadopenttd-b34de09e627fc5f8d7579c96c8b4290593c1dd32.tar.xz
(svn r3176) Use proper types, not some variants of int
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.h b/window.h
index 5d06d636e..6c0a60793 100644
--- a/window.h
+++ b/window.h
@@ -56,7 +56,7 @@ typedef struct Widget {
byte color;
uint16 left, right, top, bottom;
uint16 unkA;
- uint16 tooltips;
+ StringID tooltips;
} Widget;
enum FrameFlags {