oops. remove superfluous debug log.

scancodes-fix
Sven Eberhardt 2013-02-27 00:26:06 +01:00
parent 6bd3646a35
commit 3a7eb5bcd6
1 changed files with 0 additions and 3 deletions

View File

@ -387,10 +387,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));