This commit is contained in:
aozhiwei 2021-06-22 09:44:35 +00:00
parent dab0a0d303
commit d9119568f8

View File

@ -550,7 +550,7 @@ void Obstacle::OnExplosionHit(Explosion* e)
if (meta->i->damage_dia() > 0.01f && if (meta->i->damage_dia() > 0.01f &&
meta->i->damage() > 0.01f) { meta->i->damage() > 0.01f) {
#if 0 #if 0
obstacle->Explosion(this); Explosion(this);
#endif #endif
} }
#if 0 #if 0