mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Minor fixes
This commit is contained in:
committed by
Michael Steenbeek
parent
cb162edcfe
commit
0a92e74ced
@@ -63,7 +63,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