Document: load level from file related code

This commit is contained in:
Dominik Peters
2024-11-03 17:11:18 +00:00
committed by Banjo Kazooie
parent 819ba6b9ce
commit d842151114
22 changed files with 527 additions and 523 deletions

View File

@@ -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;