This commit is contained in:
aozhiwei 2021-04-07 11:44:35 +08:00
parent 7efc9e6d2c
commit 2b888abc98

View File

@ -190,7 +190,9 @@ void Bullet::ProcBomb()
case IS_FRAG: case IS_FRAG:
{ {
//手雷 //手雷
#if 0
ProcFragBomb(delay_time); ProcFragBomb(delay_time);
#endif
} }
break; break;
case IS_SMOKE: case IS_SMOKE: