This commit is contained in:
aozhiwei 2022-08-23 11:43:57 +08:00
commit e674c09788

View File

@ -213,7 +213,9 @@ void Bullet::ProcBomb()
float x = param.sender.GetDouble();
float y = param.param1.GetDouble();
int bullet_uniid = param.param2;
#if 0
room->frame_event.RemoveBullet(a8::Vec2(x, y), bullet_uniid);
#endif
},
&room->timer_attacher.timer_list_,
[] (const a8::XParams& param)