Merge branch 'mr-origin-69'
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <ultra64.h>
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include <core1/viewport.h>
|
||||
|
||||
extern void func_802C71F0(Actor *);
|
||||
extern void actor_postdrawMethod(ActorMarker *);
|
||||
@@ -145,6 +146,6 @@ void func_802E08F0(Actor *this) {
|
||||
if (actor_animationIsAt(this, 0.99f) != 0) {
|
||||
marker_despawn(this->marker);
|
||||
}
|
||||
viewport_get_rotation_vec3f(sp24);
|
||||
viewport_getRotation_vec3f(sp24);
|
||||
this->yaw = sp24[1];
|
||||
}
|
||||
|
Reference in New Issue
Block a user