(svn r6601) - Codechange: Support cargo subtypes in the refit window. The refit window has been altered to support resizing and scrolling. Note that the cargo subtype isn't yet passed for actual refitting yet. (Based on mart3p's patch)

This commit is contained in:
2006-10-01 12:00:32 +00:00
parent e8615736af
commit 2de71bc234
3 changed files with 177 additions and 50 deletions

View File

@@ -431,6 +431,8 @@ assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(facesel_d));
typedef struct {
int sel;
CargoID cargo;
struct RefitList *list;
uint length;
} refit_d;
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d));