mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 23:32:02 +00:00
Fix merge conflict properly
This commit is contained in:
parent
ff6eb6df5c
commit
77cce303ef
1 changed files with 1 additions and 2 deletions
|
@ -1327,8 +1327,7 @@ sfxinfo_t *S_LoadSound(sfxinfo_t *sfx)
|
|||
}
|
||||
else if (sfx->bLoadRAW)
|
||||
{
|
||||
int frequency = (sfx->bForce22050 ? 22050 : 11025);
|
||||
sfx->data = GSnd->LoadSoundRaw(sfxdata, size, frequency, 1, 8, sfx->LoopStart);
|
||||
sfx->data = GSnd->LoadSoundRaw(sfxdata, size, sfx->RawRate, 1, 8, sfx->LoopStart);
|
||||
}
|
||||
else if (((BYTE *)sfxdata)[0] == 3 && ((BYTE *)sfxdata)[1] == 0 && dmxlen <= size - 8)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue