Fixed: typo

This commit is contained in:
kaetemi 2012-12-10 13:30:14 +01:00
parent 971ffdb8e3
commit 7707463fe2

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);