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