1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-25 16:43:33 +00:00

Read string GMSTs correctly in >=TES5

This commit is contained in:
Alexei Kotov 2023-08-15 05:10:28 +03:00
parent 0e94ff4a73
commit e426dd045f

View File

@ -41,7 +41,7 @@ namespace ESM4
case 's': case 's':
{ {
std::string value; std::string value;
reader.getZString(value); reader.getLocalizedString(value);
return value; return value;
} }
case 'u': case 'u':