From 7707463fe2d19cc734f30caad5f550707d3688c3 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Mon, 10 Dec 2012 13:30:14 +0100 Subject: [PATCH] Fixed: typo --- code/nel/src/sound/driver/openal/source_al.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/code/nel/src/sound/driver/openal/source_al.cpp b/code/nel/src/sound/driver/openal/source_al.cpp index 2c39b00a9..82c9f1d1d 100644 --- a/code/nel/src/sound/driver/openal/source_al.cpp +++ b/code/nel/src/sound/driver/openal/source_al.cpp @@ -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);