1
This commit is contained in:
parent
42c663c157
commit
951681db6a
@ -104,6 +104,7 @@ void Bullet::ProcBomb()
|
||||
if (TestCollision(room, &aabb_box)) {
|
||||
c4_target = c->AsCar();
|
||||
stop = true;
|
||||
objects.insert(c);
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user