summaryrefslogtreecommitdiff
path: root/src/d/d_cam_param.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-03-23 12:55:28 -0700
committerGitHub <noreply@github.com>2025-03-23 21:55:28 +0200
commita4cdad86f4eb28df25708e8b4b1988148f690f2e (patch)
treebe0399dac50abe47e0d5d718a9fe9bdbffcbf474 /src/d/d_cam_param.cpp
parent4dc0cd9d09d5a53bf6d68f0018a8053a1507ee9a (diff)
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
Diffstat (limited to 'src/d/d_cam_param.cpp')
-rw-r--r--src/d/d_cam_param.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_cam_param.cpp b/src/d/d_cam_param.cpp
index acd18cf844..483d6041cc 100644
--- a/src/d/d_cam_param.cpp
+++ b/src/d/d_cam_param.cpp
@@ -282,7 +282,7 @@ bool dCamSetup_c::CheckLatitudeRange(s16* param_0) {
/* 80088988-800889B0 0832C8 0028+00 0/0 1/1 0/0 .text PlayerHideDist__11dCamSetup_cFv */
f32 dCamSetup_c::PlayerHideDist() {
- if (daPy_py_c::i_checkNowWolf()) {
+ if (daPy_py_c::checkNowWolf()) {
return 120.0f;
}