mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 20:21:26 +00:00
add SMF_PRECISE flag to mbf21 A_SeekTracer, for accuracy
This commit is contained in:
parent
40a5c4c1c5
commit
efbb31fa39
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue