1
This commit is contained in:
commit
e674c09788
@ -213,7 +213,9 @@ void Bullet::ProcBomb()
|
|||||||
float x = param.sender.GetDouble();
|
float x = param.sender.GetDouble();
|
||||||
float y = param.param1.GetDouble();
|
float y = param.param1.GetDouble();
|
||||||
int bullet_uniid = param.param2;
|
int bullet_uniid = param.param2;
|
||||||
|
#if 0
|
||||||
room->frame_event.RemoveBullet(a8::Vec2(x, y), bullet_uniid);
|
room->frame_event.RemoveBullet(a8::Vec2(x, y), bullet_uniid);
|
||||||
|
#endif
|
||||||
},
|
},
|
||||||
&room->timer_attacher.timer_list_,
|
&room->timer_attacher.timer_list_,
|
||||||
[] (const a8::XParams& param)
|
[] (const a8::XParams& param)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user