Fix Crash in Sector Y BOSS

This commit is contained in:
Sonic Dreamcaster
2026-04-26 23:05:57 -03:00
parent 236df1cf68
commit 0caf5e2d66
+3
View File
@@ -87,6 +87,9 @@ void SectorY_SyShogun_Init(SyShogun* this) {
if (gPlayer[0].state == PLAYERSTATE_START_360) {
this->obj.pos.z = -28900.0f;
gScenery360[SHOGUN_SHIP].obj.pos.z = -30000.0f;
// @port: Fix crash with expanded draw distance.
gScenery360[SHOGUN_SHIP].info.dList = aSySaruzinDL;
}
this->rot_078.y = 0.0f;