Server: add missing precache for soundDef step_swim.left/right
This commit is contained in:
parent
de388f0464
commit
e482cb0103
1 changed files with 2 additions and 0 deletions
|
@ -422,6 +422,8 @@ initents(void)
|
|||
Sound_Precache("step_wade.right");
|
||||
Sound_Precache("step_ladder.left");
|
||||
Sound_Precache("step_ladder.right");
|
||||
Sound_Precache("step_swim.left");
|
||||
Sound_Precache("step_swim.right");
|
||||
|
||||
if (!g_grMode)
|
||||
Game_InitRules();
|
||||
|
|
Loading…
Reference in a new issue