Remove unused variable "doretry" from S_PlaySound().

git-svn-id: https://svn.eduke32.com/eduke32@3099 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2012-10-29 04:28:50 +00:00
parent 80e8b18c66
commit 3366df0dbd

View file

@ -678,7 +678,6 @@ int32_t S_PlaySound(int32_t num)
{
int32_t pitch;
int32_t voice, j;
int32_t doretry = 0;
if (apScriptGameEvent[EVENT_SOUND])
num = VM_OnEvent(EVENT_SOUND, g_player[screenpeek].ps->i, screenpeek, -1, num);