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");
|
||||
|
||||
// powerups
|
||||
precache_model ("models/sprites/explosion.spr");
|
||||
precache_model ("models/pu/perkbottle!.mdl");
|
||||
|
||||
// start weapons
|
||||
|
|
Loading…
Reference in a new issue