From 6c94c49d6f150f818488c378cd49447f3d700f40 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 13 Mar 2016 16:14:08 +0200 Subject: [PATCH] Removed extra Printf() conversion specification No more 'more % conversions than data arguments' warning --- src/p_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_map.cpp b/src/p_map.cpp index 4a7315328..433e9d5f3 100644 --- a/src/p_map.cpp +++ b/src/p_map.cpp @@ -3793,7 +3793,7 @@ struct aim_t intercept_t *in; if (aimdebug) - Printf("Start AimTraverse, start = %f,%f,%f, vect = %f,%f,%f\n", + Printf("Start AimTraverse, start = %f,%f,%f, vect = %f,%f\n", startpos.x / 65536., startpos.y / 65536., startpos.z / 65536., aimtrace.x / 65536., aimtrace.y / 65536.);