src/bridge_gui.cpp
changeset 10723 7f3386562e59
parent 10719 96129d85f5d8
child 10730 40906a6f031e
equal deleted inserted replaced
10721:e6c323cb3fac 10723:7f3386562e59
    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;