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
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue