Server: add missing precache for soundDef step_swim.left/right

This commit is contained in:
Marco Cawthorne 2023-04-16 01:25:00 -07:00
parent de388f0464
commit e482cb0103
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 2 additions and 0 deletions

View File

@ -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();