X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=snd_3dras.c;h=0619796a670b433167eb7f12017d0f0dafeadaec;hb=f85803e7bc2d0612763bdb8548c7060ddb542afb;hp=140c98fb754f8bd1329b3352b9c92a58f7f7abc1;hpb=d39ae1fecb0388a2727c3623e7bcf8e66659710c;p=xonotic%2Fdarkplaces.git diff --git a/snd_3dras.c b/snd_3dras.c index 140c98fb..0619796a 100644 --- a/snd_3dras.c +++ b/snd_3dras.c @@ -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;