csqc is now working in some ways. Hash tables use renamed functions, and a few other changes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@871 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
ae4a835df1
commit
cb487034e9
17 changed files with 232 additions and 121 deletions
|
@ -68,7 +68,7 @@ int SNDDMA_Init(soundcardinfo_t *sc)
|
|||
}
|
||||
|
||||
Con_Printf("SDL AUDIO INITING\n");
|
||||
if(SDL_InitSubSystem(SDL_INIT_AUDIO))
|
||||
if(SDL_InitSubSystem(SDL_INIT_AUDIO | SDL_INIT_NOPARACHUTE))
|
||||
{
|
||||
Con_Print("Couldn't initialize SDL audio subsystem\n");
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue