mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
Add the sound builtins to qwaq.
All one of them :P
This commit is contained in:
parent
bf141a7d66
commit
f1b1822528
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ BI_Init (progs_t *pr)
|
|||
R_Init ();
|
||||
R_Progs_Init (pr);
|
||||
Key_Progs_Init (pr);
|
||||
S_Progs_Init (pr);
|
||||
|
||||
Con_Init ("client");
|
||||
if (con_module) {
|
||||
|
|
Loading…
Reference in a new issue