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
commit406d756c6f7b0131ff062cc7843d35213d2465b8 (patch)
treef4656a3806f9e1e4c5422bf708f3f55ec1a3ce36 /window.h
parent2de71bc234b9fc181e1cc93cbe85a5f39aa94740 (diff)
downloadopenttd-406d756c6f7b0131ff062cc7843d35213d2465b8.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;