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

@ -606,7 +606,7 @@ void VID_Init(unsigned char *palette)
char gldir[MAX_OSPATH];
int width = 640, height = 480;
S_Init();
// S_Init();
Init_KBD();