mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 12:54:00 +00:00
better default value for string GMSTs
This commit is contained in:
parent
475f4f9311
commit
a50ff34774
@ -133,6 +133,7 @@ void CSMDoc::Document::addOptionalGmsts()
|
|||||||
{
|
{
|
||||||
ESM::GameSetting gmst;
|
ESM::GameSetting gmst;
|
||||||
gmst.mId = sStrings[i];
|
gmst.mId = sStrings[i];
|
||||||
|
gmst.mStr = "<no text>";
|
||||||
gmst.mType = ESM::VT_String;
|
gmst.mType = ESM::VT_String;
|
||||||
addOptionalGmst (gmst);
|
addOptionalGmst (gmst);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user