mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03:00
Macbeth: Landmaster level complete cutscene fix for widescreen
This commit is contained in:
parent
3a9d45b515
commit
ab1cc34e70
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user