mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-21 19:01:20 +00:00
SND_Init SND_Dma def changes.
This commit is contained in:
parent
52f0fe0bde
commit
fe35e4a69c
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ LPDIRECTSOUNDBUFFER pDSBuf, pDSPBuf;
|
|||
|
||||
HINSTANCE hInstDS;
|
||||
|
||||
qboolean SNDDMA_InitDirect (void);
|
||||
sndinitstat SNDDMA_InitDirect (void);
|
||||
qboolean SNDDMA_InitWav (void);
|
||||
|
||||
|
||||
|
@ -564,7 +564,7 @@ Returns false if nothing is found.
|
|||
==================
|
||||
*/
|
||||
|
||||
int SNDDMA_Init(void)
|
||||
qboolean SNDDMA_Init(void)
|
||||
{
|
||||
sndinitstat stat;
|
||||
|
||||
|
|
Loading…
Reference in a new issue