add modelscale to the list of non-dupe fields
This commit is contained in:
parent
cf3b669731
commit
bcadd67229
1 changed files with 6 additions and 0 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue