Removed extra Printf() conversion specification

No more 'more % conversions than data arguments' warning
This commit is contained in:
alexey.lysiuk 2016-03-13 16:14:08 +02:00 committed by Christoph Oelckers
parent df63dd288a
commit 6c94c49d6f
1 changed files with 1 additions and 1 deletions

View File

@ -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.);