Skip to content

Commit

Permalink
add SMF_PRECISE flag to mbf21 A_SeekTracer, for accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
XaserAcheron authored and coelckers committed Jan 18, 2022
1 parent 40a5c4c commit efbb31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/actors/mbf21.zs
Expand Up @@ -505,7 +505,7 @@ extend class Weapon
deprecated("2.3", "for Dehacked use only")
void MBF21_SeekTracer(double threshold, double turnmax)
{
A_SeekerMissile(threshold, turnmax); // args get truncated to ints here, but it's close enough
A_SeekerMissile(threshold, turnmax, flags: SMF_PRECISE); // args get truncated to ints here, but it's close enough
}

}

0 comments on commit efbb31f

Please sign in to comment.