mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r13296) -Fix (r13276): VL_FIRST_SORT was never reset
This commit is contained in:
parent
ee904e1df5
commit
ee9a9503ce
@ -205,6 +205,7 @@ public:
|
||||
const bool desc = HASBITS(this->flags, VL_DESC);
|
||||
|
||||
if (HASBITS(this->flags, VL_FIRST_SORT)) {
|
||||
CLRBITS(this->flags, VL_FIRST_SORT);
|
||||
qsort(this->data, this->items, sizeof(T), (int (CDECL *)(const void *, const void *))compare);
|
||||
|
||||
if (desc) this->Reverse();
|
||||
|
Loading…
Reference in New Issue
Block a user