Fixed: typo

This commit is contained in:
kaetemi 2012-12-10 13:30:14 +01:00
parent d29a9ee8d7
commit 0e973ec976

View file

@ -266,6 +266,7 @@ bool CSourceAL::play()
{
nlwarning("AL: Trying to play stream with no buffers queued.");
}
return true;
/* OLD
alSourcePlay(_Source);
_IsPlaying = (alGetError() == AL_NO_ERROR);