(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.

This commit is contained in:
2006-10-01 12:25:31 +00:00
parent 2de71bc234
commit 406d756c6f
4 changed files with 14 additions and 13 deletions

View File

@@ -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;