Changed default value

This commit is contained in:
splemb 2023-01-01 22:35:09 +00:00
parent 27342d6c14
commit 1b39547304

View File

@ -177,7 +177,7 @@ void EnBom_Explode(EnBom* this, PlayState* play) {
func_800AA000(this->actor.xzDistToPlayer, 0xFF, 0x14, 0x96);
}
if (CVar_GetS32("gStaticExplosionRadius", 1)) {
if (CVar_GetS32("gStaticExplosionRadius", 0)) {
this->explosionCollider.elements[0].dim.worldSphere.radius = 40;
} else {
this->explosionCollider.elements[0].dim.worldSphere.radius += this->actor.shape.rot.z + 8;