(svn r7314) -Cleanup: const, whitespace, coding style and variable usage.

This commit is contained in:
Darkvater
2006-12-01 00:14:10 +00:00
parent 04f9944746
commit f40eccae9b
3 changed files with 48 additions and 55 deletions

View File

@@ -400,7 +400,7 @@ typedef struct {
byte railtype;
byte acc_planes; // AIRCRAFT_ONLY, ALL, HELICOPTERS_ONLY
} filter;
byte sel_index;
byte sel_index; // deprecated value, used for 'unified' ship and road
bool descending_sort_order;
byte sort_criteria;
EngineID sel_engine;