mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
fix segment pointer truncation (#15)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user