From f8c12f45330cfefaa09eff326ba26dfe391f29d9 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 11 May 2016 10:32:57 +0200 Subject: [PATCH] - fixed warning in s_sound.cpp --- src/s_sound.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/s_sound.cpp b/src/s_sound.cpp index d888c9ec25..1a9210c2a2 100644 --- a/src/s_sound.cpp +++ b/src/s_sound.cpp @@ -1396,8 +1396,6 @@ static void S_LoadSound3D(sfxinfo_t *sfx) if(sfx->data3d.isValid()) return; - unsigned int i; - DPrintf("Loading monoized sound \"%s\" (%td)\n", sfx->name.GetChars(), sfx - &S_sfx[0]); int size = Wads.LumpLength(sfx->lumpnum);