mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-21 19:32:21 +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
|
||||
|
@ -531,4 +532,4 @@ string(string asset) convert_old_asset_path =
|
|||
}
|
||||
|
||||
return asset;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue