mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-09 20:17:54 +03:00
Read string GMSTs correctly in >=TES5
This commit is contained in:
parent
0e94ff4a73
commit
e426dd045f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue