mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 03:41:15 +00:00
Server: fix explosion.spr precache
This commit is contained in:
parent
9094c71a50
commit
f11f58b84d
1 changed files with 2 additions and 1 deletions
|
@ -164,6 +164,7 @@ void() precaches =
|
||||||
precache_model ("models/ai/zchead.mdl");
|
precache_model ("models/ai/zchead.mdl");
|
||||||
|
|
||||||
// powerups
|
// powerups
|
||||||
|
precache_model ("models/sprites/explosion.spr");
|
||||||
precache_model ("models/pu/perkbottle!.mdl");
|
precache_model ("models/pu/perkbottle!.mdl");
|
||||||
|
|
||||||
// start weapons
|
// start weapons
|
||||||
|
@ -531,4 +532,4 @@ string(string asset) convert_old_asset_path =
|
||||||
}
|
}
|
||||||
|
|
||||||
return asset;
|
return asset;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue