mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 12:06:41 +00:00
Codechange: unify documentation and parameter names of sorters
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
/** Compare the (NewGRF) list position. @copydoc GUIList::Sorter. */
|
||||
static bool EngineNumberSorter(const GUIEngineListItem &a, const GUIEngineListItem &b)
|
||||
{
|
||||
return Engine::Get(a.engine_id)->list_position < Engine::Get(b.engine_id)->list_position;
|
||||
|
||||
Reference in New Issue
Block a user