mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
Merge pull request #6774 from janisozaur/fixes
Various code improvements
This commit is contained in:
@@ -64,7 +64,7 @@ void StringTable::Read(IReadObjectContext * context, IStream * stream, uint8 id)
|
||||
(rct2LanguageId <= RCT2_LANGUAGE_ID_PORTUGUESE) ?
|
||||
RCT2ToOpenRCT2LanguageId[rct2LanguageId] :
|
||||
LANGUAGE_UNDEFINED;
|
||||
StringTableEntry entry;
|
||||
StringTableEntry entry { };
|
||||
entry.Id = id;
|
||||
entry.LanguageId = languageId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user