moved sound initializatio out of vid_* to cl_host, where it belongs

This commit is contained in:
Thad Ward 2000-05-14 03:32:06 +00:00
parent b748d7bd39
commit d8b2f366a1
9 changed files with 848 additions and 24 deletions

View file

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