This commit is contained in:
aozhiwei 2021-08-26 16:32:20 +08:00
parent 42c663c157
commit 951681db6a

View File

@ -104,6 +104,7 @@ void Bullet::ProcBomb()
if (TestCollision(room, &aabb_box)) {
c4_target = c->AsCar();
stop = true;
objects.insert(c);
return;
}
} else {