diff options
-rw-r--r-- | window.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
index : Erich/openttd | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | window.h | 2 |
@@ -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 { |