mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-23 10:20:48 +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':
|
||||
{
|
||||
std::string value;
|
||||
reader.getZString(value);
|
||||
reader.getLocalizedString(value);
|
||||
return value;
|
||||
}
|
||||
case 'u':
|
||||
|
Loading…
x
Reference in New Issue
Block a user