diff options
Diffstat (limited to 'src/d/d_camera.cpp')
| -rw-r--r-- | src/d/d_camera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_camera.cpp b/src/d/d_camera.cpp index 487eaaff..cbc9808c 100644 --- a/src/d/d_camera.cpp +++ b/src/d/d_camera.cpp @@ -4517,7 +4517,7 @@ bool dCamera_c::fixedFrameCamera(s32 param_1) { p->m39C = p->m3A8; cM3dGLin line; - line.set(p->m3A8, p->m378); + line.SetStartEnd(p->m3A8, p->m378); spF0 = attentionPos(mpPlayerActor); if (cM3d_Len3dSqPntAndSegLine(&line, &spF0, &spE4, &sp30)) { |
