1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-13 17:39:40 +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);
}