summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-17 20:14:58 +0000
committertron <tron@openttd.org>2005-07-17 20:14:58 +0000
commit59d4ab37520b36c869d5849eef7dff8a40dc54db (patch)
tree77598901e6af2d9f689f88f5426191005af2fc62 /window.h
parent1d11bbb34da6bb1cfd8d8351f61940c92027ed55 (diff)
downloadopenttd-59d4ab37520b36c869d5849eef7dff8a40dc54db.tar.xz
(svn r2626) static, const, misc.
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 987d386a6..3eab3f80e 100644
--- a/window.h
+++ b/window.h
@@ -399,7 +399,7 @@ typedef struct {
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d));
typedef struct {
- uint16 follow_vehicle;
+ VehicleID follow_vehicle;
int32 scrollpos_x;
int32 scrollpos_y;
} vp_d;