Document: load level from file related code
This commit is contained in:
committed by
Banjo Kazooie
parent
819ba6b9ce
commit
d842151114
@@ -979,7 +979,7 @@ void func_80388450(Actor *actor1, Actor *actor2)
|
||||
f32 vec1[3];
|
||||
f32 vec2[3];
|
||||
void *actor3 = nodeprop_findByActorIdAndActorPosition(0x22A, actor1);
|
||||
s32 val = func_80304DA8(actor3);
|
||||
s32 val = nodeprop_getYaw(actor3);
|
||||
|
||||
actor2->yaw = val;
|
||||
actor1->yaw = val;
|
||||
|
Reference in New Issue
Block a user