mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 11:33:03 +01:00
fix highlight object in object selection
This commit is contained in:
@@ -69,7 +69,7 @@ void StringTable::Read(IStream * stream, uint8 id)
|
||||
Sort();
|
||||
}
|
||||
|
||||
const utf8 * StringTable::GetString(uint8 id)
|
||||
const utf8 * StringTable::GetString(uint8 id) const
|
||||
{
|
||||
for (auto &string : _strings)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user