]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.c
Fixed a bug in the Ogg Vorbis streaming code that can cause sound files to be unplaya...
[xonotic/darkplaces.git] / prvm_cmds.c
index bfc904d3a99600d9384035bf4a6382ba6992926a..f19deb65613ffa2d1f1eea3d1603b09f076daa3d 100644 (file)
@@ -2266,7 +2266,7 @@ void VM_loadfromfile(void)
        }
 
        // not conform with VM_fopen
-       data = FS_LoadFile(filename, false);
+       data = FS_LoadFile(filename, tempmempool, false);
        if (data == NULL)
                PRVM_G_FLOAT(OFS_RETURN) = -1;