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 e8533cac..5f3cf9de 100644 --- a/src/d/d_camera.cpp +++ b/src/d/d_camera.cpp @@ -5414,7 +5414,7 @@ void view_setup(camera_process_class* i_this) { dComIfGd_setView(view); f32 far; - if (dComIfGp_getScopeMesgStatus() != 0) { + if (dComIfGp_getScopeMesgStatus() != fopMsgStts_MSG_UNK0_e) { far = view->mFar; } else { far = dStage_stagInfo_GetCullPoint(dComIfGp_getStageStagInfo()); |
