Missing snark model precaches
This commit is contained in:
parent
521ebc8a5b
commit
4ed25b810b
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ void w_snark_release(void)
|
|||
}
|
||||
void w_snark_precache(void)
|
||||
{
|
||||
|
||||
precache_model("models/w_squeak.mdl");
|
||||
precache_model("models/p_squeak.mdl");
|
||||
precache_model("models/v_squeak.mdl");
|
||||
}
|
||||
string w_snark_vmodel(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue