]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_3dras.c
Leaktest: disable support for following target/targetname by default.
[xonotic/darkplaces.git] / snd_3dras.c
index 140c98fb754f8bd1329b3352b9c92a58f7f7abc1..0619796a670b433167eb7f12017d0f0dafeadaec 100644 (file)
@@ -598,7 +598,7 @@ int S_LoadSound(sfx_t *sfx, int complain){
        void* decoder_ptr=NULL;
        if(ras_version>0 && ras_dll){
 
-               fileext[4]=0; //Terminator
+               fileext[3]=0; //Terminator
                // See if already loaded
                if (sfx->rasptr) return true;