Fix too-many-arguments fprintf in spread pattern debug log

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
majcosta
2026-07-28 08:55:30 -03:00
committed by majcosta
co-authored by Claude Sonnet 5
parent 3ba0aa71d7
commit 765dabf419
+1 -2
View File
@@ -5111,8 +5111,7 @@ INT8 FireBulletGivenTargetNCTH( SOLDIERTYPE * pFirer, FLOAT dEndX, FLOAT dEndY,
ddHorizAngle, ddVerticAngle,
pFirer->ubID.i, ubLoop, ubShots,
gpSpreadPattern[ubSpreadIndex].method, gSpreadPatternMethodNames[gpSpreadPattern[ubSpreadIndex].method],
ubSpreadIndex, gpSpreadPattern[ubSpreadIndex].Name,
NULL
ubSpreadIndex, gpSpreadPattern[ubSpreadIndex].Name
);
fclose(OutFile);
}