mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 07:51:20 +00:00
moved sound initializatio out of vid_* to cl_host, where it belongs
(it seems i missed a file or two)
This commit is contained in:
parent
d8b2f366a1
commit
9d6aba3598
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ void VID_Init(unsigned char *palette)
|
||||||
Window root;
|
Window root;
|
||||||
XVisualInfo *visinfo;
|
XVisualInfo *visinfo;
|
||||||
|
|
||||||
S_Init();
|
// S_Init();
|
||||||
|
|
||||||
Cvar_RegisterVariable (&vid_mode);
|
Cvar_RegisterVariable (&vid_mode);
|
||||||
Cvar_RegisterVariable (&gl_ztrick);
|
Cvar_RegisterVariable (&gl_ztrick);
|
||||||
|
|
Loading…
Reference in a new issue