mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 01:00:53 +00:00
moved sound initializatio out of vid_* to cl_host, where it belongs
This commit is contained in:
parent
b748d7bd39
commit
d8b2f366a1
9 changed files with 848 additions and 24 deletions
|
@ -663,7 +663,7 @@ void VID_Init(unsigned char *palette)
|
|||
Window root;
|
||||
XVisualInfo *visinfo;
|
||||
|
||||
S_Init();
|
||||
// S_Init();
|
||||
|
||||
Cvar_RegisterVariable (&vid_mode);
|
||||
Cvar_RegisterVariable (&gl_ztrick);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue