Trying to fix stuff.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3796 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2011-05-26 16:46:43 +00:00
parent 39cec13461
commit 646fd03f44
12 changed files with 119 additions and 1041 deletions

View file

@ -70,7 +70,7 @@ static void SSDL_SetUnderWater(soundcardinfo_t *sc, qboolean uw)
}
static void SSDL_Submit(soundcardinfo_t *sc)
static void SSDL_Submit(soundcardinfo_t *sc, int start, int end)
{
//SDL will call SSDL_Paint to paint when it's time, and the sound buffer is always there...
}