]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - csprogs.c
S_PrecacheSound now clears the SFXFLAG_FILEMISSING flag so that loading will try...
[xonotic/darkplaces.git] / csprogs.c
index 1243120623aae26ab08433bc38a288a1c311b20b..735adbb27ce5b59c07f4b65e70da28cb902f4cb2 100644 (file)
--- a/csprogs.c
+++ b/csprogs.c
@@ -96,6 +96,7 @@ static void CL_VM_FindEdictFieldOffsets (void)
        }
 }
 
+void CL_VM_Error (const char *format, ...) DP_FUNC_PRINTF(1);
 void CL_VM_Error (const char *format, ...)     //[515]: hope it will be never executed =)
 {
        char errorstring[4096];