mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-29 15:23:02 +00:00
fix the missing explosion noises (and other impact sounds)
This commit is contained in:
parent
5c2257399d
commit
56f7cce92e
1 changed files with 1 additions and 0 deletions
|
@ -1185,6 +1185,7 @@ void CL_Init (void)
|
||||||
Info_SetValueForStarKey (cls.userinfo, "stdver", QSG_VERSION, MAX_INFO_STRING);
|
Info_SetValueForStarKey (cls.userinfo, "stdver", QSG_VERSION, MAX_INFO_STRING);
|
||||||
|
|
||||||
CL_Input_Init ();
|
CL_Input_Init ();
|
||||||
|
CL_TEnts_Init ();
|
||||||
Pmove_Init ();
|
Pmove_Init ();
|
||||||
|
|
||||||
Qexpand_squiggle(fs_userpath->string, e_path);
|
Qexpand_squiggle(fs_userpath->string, e_path);
|
||||||
|
|
Loading…
Reference in a new issue