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:
parent
0e94ff4a73
commit
e426dd045f
@ -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':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user