forked from mirror/openmw-tes3mp
better default value for string GMSTs
This commit is contained in:
parent
475f4f9311
commit
a50ff34774
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ void CSMDoc::Document::addOptionalGmsts()
|
|||
{
|
||||
ESM::GameSetting gmst;
|
||||
gmst.mId = sStrings[i];
|
||||
gmst.mStr = "<no text>";
|
||||
gmst.mType = ESM::VT_String;
|
||||
addOptionalGmst (gmst);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue