fix segment pointer truncation (#15)

This commit is contained in:
Archez
2024-05-22 09:04:57 -05:00
committed by Garrett Cox
parent c903b31fa6
commit 5eacc7e6a8
+1 -1
View File
@@ -3385,7 +3385,7 @@ Actor* Actor_SpawnAsChildAndCutscene(ActorContext* actorCtx, PlayState* play, s1
Actor_AddToCategory(actorCtx, actor, actorInit->type);
{
u32 sp20 = gSegments[6];
uintptr_t sp20 = gSegments[6];
Actor_Init(actor, play);
gSegments[6] = sp20;