mirror of https://github.com/pmret/papermario.git
Formatting
This commit is contained in:
parent
e8ed3ae03f
commit
e818be1b9f
|
@ -66,9 +66,9 @@ ApiStatus func_802CA988(ScriptInstance* script, s32 isInitialCall) {
|
|||
f32 tempSqrt;
|
||||
|
||||
(&gCameras[id])->mode = 2;
|
||||
(&gCameras[id])->unk_06 = 0;
|
||||
(&gCameras[id])->unk_1C = -1 * round((&gCameras[id])->currentPitch);
|
||||
(&gCameras[id])->unk_1E = -1 * (&gCameras[id])->currentBlendedYawNegated;
|
||||
(&gCameras[id])->unk_06 = 0;
|
||||
|
||||
temp1 = (&gCameras[id])->lookAt_obj[0] - (&gCameras[id])->lookAt_eye[0];
|
||||
temp2 = (&gCameras[id])->lookAt_obj[1] - (&gCameras[id])->lookAt_eye[1];
|
||||
|
|
Loading…
Reference in New Issue