GameUI: improve comment regarding parked autocomplete suggest position

Make sure this doesn't get confused with out of screen while still indexing into the list.
This commit is contained in:
Kawe Mazidjatari 2024-11-23 01:03:29 +01:00
parent 8c7bb52673
commit bd06ddcb74

View File

@ -69,7 +69,8 @@ private: // Internals.
private:
enum ConAutoCompletePos_e
{
// Park means the position is out of screen.
// Park means the auto complete position is out of screen and not
// indexing an item.
kPark = -1,
};