summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-10-01 12:25:31 +0000
committerpeter1138 <peter1138@openttd.org>2006-10-01 12:25:31 +0000
commite4c59a44d3e22873ba0f500a5aa0566c765c837f (patch)
treef4656a3806f9e1e4c5422bf708f3f55ec1a3ce36 /window.h
parent53efef1f7b92cea4e6d2c4a8adda9bb77dc46437 (diff)
downloadopenttd-e4c59a44d3e22873ba0f500a5aa0566c765c837f.tar.xz
(svn r6602) - Feature: we now support NewGRF livery refits, as used by DBsetXL, amongst others. This requires a savegame bump to save the cargo subtype.
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 15157cc7d..2197616f7 100644
--- a/window.h
+++ b/window.h
@@ -430,7 +430,7 @@ assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(facesel_d));
typedef struct {
int sel;
- CargoID cargo;
+ struct RefitOption *cargo;
struct RefitList *list;
uint length;
} refit_d;