Merge branch 'mr-origin-69'
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
#include <core1/viewport.h>
|
||||
|
||||
|
||||
s32 D_80275860 = 0;
|
||||
|
||||
void func_802409C0(f32 arg0[3], f32 arg1){
|
||||
@@ -17,7 +20,7 @@ void func_802409C0(f32 arg0[3], f32 arg1){
|
||||
sp30[1] = 0.0f;
|
||||
sp30[2] = -(sp28[1] * sp24);
|
||||
|
||||
viewport_get_rotation_vec3f(&sp3C);
|
||||
viewport_getRotation_vec3f(&sp3C);
|
||||
ml_vec3f_yaw_rotate_copy(sp30, sp30, sp3C[1]);
|
||||
|
||||
arg0[0] = arg0[0] + sp30[0];
|
||||
@@ -59,7 +62,7 @@ void func_80240AC8(f32 arg0[3], f32 arg1){
|
||||
sp30[1] = 0.0f;
|
||||
sp30[2] = -(sp28[1] * sp24);
|
||||
|
||||
viewport_get_rotation_vec3f(&sp3C);
|
||||
viewport_getRotation_vec3f(&sp3C);
|
||||
ml_vec3f_yaw_rotate_copy(sp30, sp30, sp3C[1]);
|
||||
|
||||
arg0[0] = arg0[0] + sp30[0];
|
||||
|
Reference in New Issue
Block a user