diff options
| author | robojumper <robojumper@gmail.com> | 2025-10-17 21:24:27 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-10-17 21:24:27 +0200 |
| commit | ec6979b2113ec0b028110e198cc8bdbda719d4de (patch) | |
| tree | eda5daac7d92505fadce937a50407aa05f846c8b /src/d/d_pad.cpp | |
| parent | 126e026babdebf58cf291211b65e81f4056360b7 (diff) | |
More
Diffstat (limited to 'src/d/d_pad.cpp')
| -rw-r--r-- | src/d/d_pad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_pad.cpp b/src/d/d_pad.cpp index 8736812a..3b5b8791 100644 --- a/src/d/d_pad.cpp +++ b/src/d/d_pad.cpp @@ -498,7 +498,7 @@ void ex_c::fn_80056790(s32 chan) { f32 f; if (dScGame_c::GetInstance() != nullptr && dLytMap_c::GetInstance() != nullptr && - !dLytMap_c::GetInstance()->isNotInvisible()) { + !dLytMap_c::GetInstance()->isVisible()) { f = dScGame_c::GetInstance()->targetingScreenFn_801BBEC0(); } else { f = 1.0f; |
