mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Fix too-many-arguments fprintf in spread pattern debug log
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
committed by
majcosta
co-authored by
Claude Sonnet 5
parent
3ba0aa71d7
commit
765dabf419
+1
-2
@@ -5111,8 +5111,7 @@ INT8 FireBulletGivenTargetNCTH( SOLDIERTYPE * pFirer, FLOAT dEndX, FLOAT dEndY,
|
|||||||
ddHorizAngle, ddVerticAngle,
|
ddHorizAngle, ddVerticAngle,
|
||||||
pFirer->ubID.i, ubLoop, ubShots,
|
pFirer->ubID.i, ubLoop, ubShots,
|
||||||
gpSpreadPattern[ubSpreadIndex].method, gSpreadPatternMethodNames[gpSpreadPattern[ubSpreadIndex].method],
|
gpSpreadPattern[ubSpreadIndex].method, gSpreadPatternMethodNames[gpSpreadPattern[ubSpreadIndex].method],
|
||||||
ubSpreadIndex, gpSpreadPattern[ubSpreadIndex].Name,
|
ubSpreadIndex, gpSpreadPattern[ubSpreadIndex].Name
|
||||||
NULL
|
|
||||||
);
|
);
|
||||||
fclose(OutFile);
|
fclose(OutFile);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user