]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.h
fix for snprintf check (can't check if functions exist, changed to WIN32 check)
[xonotic/darkplaces.git] / world.h
diff --git a/world.h b/world.h
index 7d829946aecd199f7ebc49953085e11f923e3f56..c6cc8a8367e369c3771af3ec6da005fd6b19ee36 100644 (file)
--- a/world.h
+++ b/world.h
@@ -82,4 +82,4 @@ trace_t SV_Move (vec3_t start, vec3_t mins, vec3_t maxs, vec3_t end, int type, e
 
 // passedict is explicitly excluded from clipping checks (normally NULL)
 
-extern qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace);
\ No newline at end of file
+extern qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace);