Macbeth: Landmaster level complete cutscene fix for widescreen

This commit is contained in:
Sonic Dreamcaster 2024-11-23 22:38:16 -03:00
parent 3a9d45b515
commit ab1cc34e70

View File

@ -7191,6 +7191,11 @@ void Macbeth_LevelComplete2(Player* player) {
break; break;
} }
// @port: Make the Great Fox carry the landmaster for real.
if (gCsFrameCount >= 2300) {
player->pos = gActors[3].obj.pos;
}
if (player->pathChangeTimer != 0) { if (player->pathChangeTimer != 0) {
player->pathChangeTimer--; player->pathChangeTimer--;
Math_SmoothStepToF(&player->yRot_114, -player->pathChangeYaw, 0.03f, 0.5f, 0.0001f); Math_SmoothStepToF(&player->yRot_114, -player->pathChangeYaw, 0.03f, 0.5f, 0.0001f);