Add option to sort tracks by category and speed (#282)
This commit is contained in:

committed by
Jonathan G Rennison

parent
24ad8759db
commit
d718ba62ef
@@ -1529,6 +1529,13 @@ static bool VelocityUnitsChanged(int32 p1) {
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool ChangeTrackTypeSortMode(int32 p1) {
|
||||
extern void SortRailTypes();
|
||||
SortRailTypes();
|
||||
MarkWholeScreenDirty();
|
||||
return true;
|
||||
}
|
||||
|
||||
/** Checks if any settings are set to incorrect values, and sets them to correct values in that case. */
|
||||
static void ValidateSettings()
|
||||
{
|
||||
|
Reference in New Issue
Block a user