mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 07:34:50 +00:00
Remove a redundant call
This commit is contained in:
parent
d55dfcdb1d
commit
a630c47e6a
1 changed files with 1 additions and 2 deletions
|
@ -1350,8 +1350,7 @@ sfxinfo_t *S_LoadSound(sfxinfo_t *sfx)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
len = Wads.LumpLength (sfx->lumpnum);
|
sfx->data = GSnd->LoadSound(sfxstart, size);
|
||||||
sfx->data = GSnd->LoadSound(sfxstart, len);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sfxdata != NULL)
|
if (sfxdata != NULL)
|
||||||
|
|
Loading…
Reference in a new issue