equal
deleted
inserted
replaced
63 static uint last_size; |
63 static uint last_size; |
64 static Listing last_sorting; |
64 static Listing last_sorting; |
65 |
65 |
66 /* Constants for sorting the bridges */ |
66 /* Constants for sorting the bridges */ |
67 static const StringID sorter_names[]; |
67 static const StringID sorter_names[]; |
68 static const GUIBridgeList::SortFunction *const sorter_funcs[]; |
68 static GUIBridgeList::SortFunction *const sorter_funcs[]; |
69 |
69 |
70 /* Internal variables */ |
70 /* Internal variables */ |
71 TileIndex start_tile; |
71 TileIndex start_tile; |
72 TileIndex end_tile; |
72 TileIndex end_tile; |
73 uint32 type; |
73 uint32 type; |