Valve: Added missing ammo sound shader precaches.

This commit is contained in:
Marco Cawthorne 2020-04-08 22:34:21 +02:00
parent f51a200f97
commit 4e90b5199f

View file

@ -26,6 +26,8 @@ float Game_ConsoleCmd(string cmd)
void Game_Worldspawn(void)
{
Sound_Precache("ammo.pickup");
Sound_Precache("ammo.respawn");
precache_model("models/player.mdl");
precache_model("models/w_weaponbox.mdl");
precache_sound("fvox/flatline.wav");