1
0
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:
Ted John
2016-06-30 21:55:18 +01:00
parent 554d445db4
commit f6d6d93580
28 changed files with 121 additions and 124 deletions

View File

@@ -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)
{