mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-22 20:02:37 +00:00
Fix old footstep path
This commit is contained in:
parent
3fcf3a0b1f
commit
4d799a9cb4
1 changed files with 4 additions and 4 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue