Add the sound builtins to qwaq.

All one of them :P
This commit is contained in:
Bill Currie 2012-12-17 15:41:56 +09:00
parent bf141a7d66
commit f1b1822528

View file

@ -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) {