summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-16 13:09:52 +0000
committerdominik <dominik@openttd.org>2004-08-16 13:09:52 +0000
commitb15f790797f67732344ee1003f842dbacdfdcade (patch)
tree57761cca652a509a6d1e8093bba6b5cac0e46dc8 /window.h
parentc4b9a9cc709536dbeee67a676be32bf0e3010058 (diff)
downloadopenttd-b15f790797f67732344ee1003f842dbacdfdcade.tar.xz
(svn r63) Fix: [ 1009385 ] Too many save games prevented loading
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 1117fad60..0b725ed49 100644
--- a/window.h
+++ b/window.h
@@ -162,7 +162,7 @@ enum {
#define WP(ptr,str) (*(str*)(ptr)->custom)
typedef struct {
- byte count, cap, pos;
+ uint16 count, cap, pos;
} Scrollbar;
struct Window {