diff --git a/src/localisation/language.c b/src/localisation/language.c index 02bfd5c9a3..38c2790a28 100644 --- a/src/localisation/language.c +++ b/src/localisation/language.c @@ -238,11 +238,11 @@ void language_close() } const int OpenRCT2LangIdToObjectLangId[] = { - 0, 0, 1, 3, 6, 2, 0, 0, 4, 7 + 0, 0, 1, 3, 6, 2, 0, 0, 4, 7, 5 }; /* rct2: 0x0098DA16 */ -uint16 ObjectTypeStringTableCount[] = { 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3 }; +uint16 ObjectTypeStringTableCount[] = { 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3 }; /* rct2: 0x006A9E24*/ rct_string_id object_get_localised_text(uint8_t** pStringTable/*ebp*/, int type/*ecx*/, int index/*ebx*/, int tableindex/*edx*/)