1
0
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:
Marc Zinnschlag 2013-02-18 09:23:14 +01:00
parent 475f4f9311
commit a50ff34774

View File

@ -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);
}