1
This commit is contained in:
parent
ac3dc19252
commit
06659136e7
@ -507,7 +507,7 @@ void Bullet::Check(float distance)
|
|||||||
if (!result.objects.empty() ||
|
if (!result.objects.empty() ||
|
||||||
#if 1
|
#if 1
|
||||||
// 999
|
// 999
|
||||||
(distance > gun_meta->range()) ||
|
(fly_distance < 0.00001f && distance > gun_meta->range()) ||
|
||||||
#else
|
#else
|
||||||
(!IsBomb() && distance > gun_meta->range()) ||
|
(!IsBomb() && distance > gun_meta->range()) ||
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user