diff --git a/src/sound/oalsound.cpp b/src/sound/oalsound.cpp index 916716788..db4c459eb 100644 --- a/src/sound/oalsound.cpp +++ b/src/sound/oalsound.cpp @@ -323,6 +323,8 @@ public: if(!Decoder->seek(ms_pos)) return false; + if(!Playing) + return true; // Stop the source so that all buffers become processed, then call // IsEnded() to refill and restart the source queue with the new // position.