diff options
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_camera.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_camera.c b/src/code/z_camera.c index fee1ae138..6e092f735 100644 --- a/src/code/z_camera.c +++ b/src/code/z_camera.c @@ -399,6 +399,7 @@ s32 Camera_BGCheckInfo(Camera* camera, Vec3f* from, CamColChk* to) { to->pos.y = to->norm.y + toNewPos.y; to->pos.z = to->norm.z + toNewPos.z; + //! @bug floorBgId is uninitialized if BgCheck_CameraLineTest1 returned true above return floorBgId + 1; } |
