This commit is contained in:
aozhiwei 2023-04-03 13:50:09 +08:00
parent ac3dc19252
commit 06659136e7

View File

@ -507,7 +507,7 @@ void Bullet::Check(float distance)
if (!result.objects.empty() ||
#if 1
// 999
(distance > gun_meta->range()) ||
(fly_distance < 0.00001f && distance > gun_meta->range()) ||
#else
(!IsBomb() && distance > gun_meta->range()) ||
#endif