(svn r4822) -Feature: Station List View can now be sorted and filtered (by waiting cargo type and facilities)

This commit is contained in:
celestar
2006-05-11 10:33:58 +00:00
parent 151e79231d
commit 48d991b819
6 changed files with 354 additions and 90 deletions

View File

@@ -330,11 +330,6 @@ typedef struct {
} tree_d;
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(tree_d));
typedef struct {
byte refresh_counter;
} plstations_d;
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(plstations_d));
typedef struct {
StringID string_id;
} tooltips_d;