Remove a redundant call

This commit is contained in:
Chris Robinson 2014-06-27 22:09:03 -07:00
parent d55dfcdb1d
commit a630c47e6a
1 changed files with 1 additions and 2 deletions

View File

@ -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)