diff --git a/src/game/mario.c b/src/game/mario.c index afc1a2c1..08575e68 100644 --- a/src/game/mario.c +++ b/src/game/mario.c @@ -540,11 +540,7 @@ void mario_set_bubbled(struct MarioState* m) { extern s16 gCutsceneTimer; gCutsceneTimer = 0; - - if (m->playerIndex == 0) { - if (m->statusForCamera) { m->statusForCamera->action = m->action; } - soft_reset_camera(m->area->camera); - } + soft_reset_camera(m->area->camera); } /**