equal
deleted
inserted
replaced
429 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(facesel_d)); |
429 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(facesel_d)); |
430 |
430 |
431 typedef struct { |
431 typedef struct { |
432 int sel; |
432 int sel; |
433 CargoID cargo; |
433 CargoID cargo; |
|
434 struct RefitList *list; |
|
435 uint length; |
434 } refit_d; |
436 } refit_d; |
435 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d)); |
437 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d)); |
436 |
438 |
437 typedef struct { |
439 typedef struct { |
438 VehicleID follow_vehicle; |
440 VehicleID follow_vehicle; |