Fix old footstep path

This commit is contained in:
Ian 2022-07-02 09:29:39 -04:00 committed by GitHub
parent 3fcf3a0b1f
commit 4d799a9cb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,10 +40,10 @@ CL_ParseTEnt
void CL_InitTEnts (void)
{
cl_sfx_r_exp3 = S_PrecacheSound ("sounds/weapons/r_exp3.wav");
cl_sfx_step[0] = S_PrecacheSound ("sounds/player/steps/step_1.wav");
cl_sfx_step[1] = S_PrecacheSound ("sounds/player/steps/step_2.wav");
cl_sfx_step[2] = S_PrecacheSound ("sounds/player/steps/step_3.wav");
cl_sfx_step[3] = S_PrecacheSound ("sounds/player/steps/step_4.wav");
cl_sfx_step[0] = S_PrecacheSound ("sounds/player/footstep1.wav");
cl_sfx_step[1] = S_PrecacheSound ("sounds/player/footstep2.wav");
cl_sfx_step[2] = S_PrecacheSound ("sounds/player/footstep3.wav");
cl_sfx_step[3] = S_PrecacheSound ("sounds/player/footstep4.wav");
}
/*