mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52: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,
|
||||
pFirer->ubID.i, ubLoop, ubShots,
|
||||
gpSpreadPattern[ubSpreadIndex].method, gSpreadPatternMethodNames[gpSpreadPattern[ubSpreadIndex].method],
|
||||
ubSpreadIndex, gpSpreadPattern[ubSpreadIndex].Name,
|
||||
NULL
|
||||
ubSpreadIndex, gpSpreadPattern[ubSpreadIndex].Name
|
||||
);
|
||||
fclose(OutFile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user