mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +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
|
||||
{
|
||||
len = Wads.LumpLength (sfx->lumpnum);
|
||||
sfx->data = GSnd->LoadSound(sfxstart, len);
|
||||
sfx->data = GSnd->LoadSound(sfxstart, size);
|
||||
}
|
||||
|
||||
if (sfxdata != NULL)
|
||||
|
|
Loading…
Reference in a new issue