mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 20:12:42 +00:00
Codechange: unify documentation and parameter names of sorters
This commit is contained in:
+1
-3
@@ -162,9 +162,7 @@ void WindowDesc::LoadFromConfig()
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Sort WindowDesc by ini_key.
|
||||
*/
|
||||
/** Sort WindowDesc by ini_key. @copydoc GUIList::Sorter */
|
||||
static bool DescSorter(WindowDesc * const &a, WindowDesc * const &b)
|
||||
{
|
||||
return a->ini_key < b->ini_key;
|
||||
|
||||
Reference in New Issue
Block a user