oops. remove superfluous debug log.

stable-5.3
Sven Eberhardt 2013-02-27 00:26:06 +01:00 committed by Armin Burgmeier
parent 4ced5be9c4
commit 8602298f0d
1 changed files with 0 additions and 3 deletions

View File

@ -386,10 +386,7 @@ void C4SoundInstance::Execute()
// start
if (!isStarted())
if (!CheckStart())
{
LogF("%s nostart", this->pEffect->Name);
return;
}
// set volume & panning
#ifdef HAVE_FMOD
FSOUND_SetVolume(iChannel, BoundBy(iVol / 100, 0, 255));