1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Minor fixes

This commit is contained in:
Michał Janiszewski
2017-12-03 23:45:43 +01:00
committed by Michael Steenbeek
parent cb162edcfe
commit 0a92e74ced
30 changed files with 70 additions and 101 deletions

View File

@@ -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;