1
This commit is contained in:
parent
10e9a54e33
commit
fde9d6062a
@ -169,7 +169,7 @@ void Bullet::ProcBomb()
|
||||
bool block = false;
|
||||
if (objects.empty()) {
|
||||
float distance = (GetPos() - born_pos).Norm();
|
||||
if (distance >= fly_distance) {
|
||||
if (distance < fly_distance) {
|
||||
block = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user