mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +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;
|
||||
gmst.mId = sStrings[i];
|
||||
gmst.mStr = "<no text>";
|
||||
gmst.mType = ESM::VT_String;
|
||||
addOptionalGmst (gmst);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user