mirror of
https://github.com/zeldaret/oot
synced 2026-06-02 02:00:24 -04:00
Fix a few warnings (#998)
* Fix some warnings * Revert warning fixes in audio code
This commit is contained in:
@@ -45,7 +45,7 @@ s32 func_800BB2B4(Vec3f* pos, f32* roll, f32* fov, CutsceneCameraPoint* point, s
|
||||
pointData[i][4] = point[key + i].viewAngle;
|
||||
}
|
||||
|
||||
func_800BB0A0(progress, pos, roll, fov, &pointData[0], &pointData[1], &pointData[2], &pointData[3]);
|
||||
func_800BB0A0(progress, pos, roll, fov, pointData[0], pointData[1], pointData[2], pointData[3]);
|
||||
|
||||
if (point[*keyFrame + 1].nextPointFrame != 0) {
|
||||
speed1 = 1.0f / point[*keyFrame + 1].nextPointFrame;
|
||||
|
||||
Reference in New Issue
Block a user