prop_static: Respect .skin... we do this because this to-be-makestatic'd

entity will not support the RenderFXPass() anyway.
This commit is contained in:
Marco Cawthorne 2022-03-22 19:51:59 -07:00
parent a7d5c0ab4a
commit f8963a12db
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ prop_static::SpawnKey(string strKey, string strValue)
case "modelscale":
scale = stof(strValue);
break;
case "skin":
skin = stof(strValue);
break;
default:
super::SpawnKey(strKey, strValue);
}