Skip to content

Commit

Permalink
Correctly reference symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed May 13, 2024
1 parent e7f8b3d commit bcc856a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _work/data/Scripts/Content/GFA/_intern/rangedShooting.d
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func void GFA_SetupProjectile() {
// Because radius and area behave nonlinear, the accuracy is scaled with the area
var int baseRadius; baseRadius = castToIntf(GFA_SCATTER_BASE);
var int baseArea; baseArea = mulf(PI, sqrf(baseRadius));
var int baseDist; baseDist = castToIntf(RANGED_CHANCE_MINDIST);
var int baseDist; baseDist = castToIntf(GFA_RANGED_CHANCE_MINDIST);

// Scale the scatter area with accuracy
var int scaledArea; var int scaledRadius;
Expand Down

0 comments on commit bcc856a

Please sign in to comment.