add modelscale to the list of non-dupe fields

This commit is contained in:
Marco Cawthorne 2021-06-27 01:51:42 +02:00
parent cf3b669731
commit bcadd67229

View file

@ -484,6 +484,12 @@ private:
dupecheck = 1;
else if (!strcmp(key, "shadows"))
dupecheck = 1;
else if (!strcmp(key, "modelscale"))
dupecheck = 1;
else if (!strcmp(key, "scale"))
dupecheck = 1;
else if (!strcmp(key, "message"))
dupecheck = 1;
KeyValues::iterator i = m_keyValues.find( key );