diff --git a/neo/sound/snd_cache.cpp b/neo/sound/snd_cache.cpp index 1e44bfc5..55166822 100644 --- a/neo/sound/snd_cache.cpp +++ b/neo/sound/snd_cache.cpp @@ -501,7 +501,9 @@ void idSoundSample::Load( void ) { hardwareBuffer = true; } } + } + { // OGG decompressed at load time (when smaller than s_decompressionLimit seconds, 6 seconds by default) if ( objectInfo.wFormatTag == WAVE_FORMAT_TAG_OGG ) { if ( ( objectSize < ( ( int ) objectInfo.nSamplesPerSec * idSoundSystemLocal::s_decompressionLimit.GetInteger() ) ) ) {