Some compile fixes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5686 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
97861a59a3
commit
4b8f303ca9
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ static qboolean QDECL S_LoadBrowserFile (sfx_t *s, qbyte *data, size_t datalen,
|
||||||
s->loopstart = -1;
|
s->loopstart = -1;
|
||||||
sc->data = (qbyte*)(sc+1);
|
sc->data = (qbyte*)(sc+1);
|
||||||
sc->length = datalen;
|
sc->length = datalen;
|
||||||
sc->format = AF_BLOB; //ie: not pcm
|
sc->format = QAF_BLOB; //ie: not pcm
|
||||||
sc->speed = sndspeed;
|
sc->speed = sndspeed;
|
||||||
sc->numchannels = 2;
|
sc->numchannels = 2;
|
||||||
sc->soundoffset = 0;
|
sc->soundoffset = 0;
|
||||||
|
|
Loading…
Reference in a new issue