(svn r6684) -Feature: [train build window] added sorting options for the engines

This commit is contained in:
bjarni
2006-10-07 22:58:25 +00:00
parent 9fc9383c81
commit de504592a8
3 changed files with 231 additions and 12 deletions

View File

@@ -395,6 +395,8 @@ typedef struct {
byte sel_index;
byte show_engine_wagon;
bool data_invalidated;
bool decenting_sort_order;
byte sort_criteria;
EngineID sel_engine;
EngineID rename_engine;
EngineID *engines;