mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-05 10:27:31 -04:00
Misc Cleanup 4 (#1271)
* begin next cleanup * more cleanup * climbAnim * more cleanup * more * quick, a few more before anyone looks * PR * another fix * table * another small cleanup * PR Suggestion
This commit is contained in:
+3
-4
@@ -1844,8 +1844,6 @@ void Camera_CalcDefaultSwing(Camera* camera, VecGeo* arg1, VecGeo* arg2, f32 arg
|
||||
|
||||
if (swing->unk_64 == 1) {
|
||||
if (arg3 < (sp88 = OLib_Vec3fDist(at, &swing->collisionClosePoint))) {
|
||||
//! FAKE:
|
||||
dummy:;
|
||||
swing->unk_64 = 0;
|
||||
} else if ((sp88 = Math3D_SignedDistanceFromPlane(swing->eyeAtColChk.norm.x, swing->eyeAtColChk.norm.y,
|
||||
swing->eyeAtColChk.norm.z, swing->eyeAtColChk.poly->dist,
|
||||
@@ -6325,8 +6323,9 @@ s32 Camera_Demo4(Camera* camera) {
|
||||
sCameraInterfaceFlags = roData->interfaceFlags;
|
||||
|
||||
switch (camera->animState) {
|
||||
//! FAKE:
|
||||
if (1) {}
|
||||
default:
|
||||
break;
|
||||
|
||||
case 0:
|
||||
camera->animState++;
|
||||
rwData->timer = 0;
|
||||
|
||||
Reference in New Issue
Block a user