diff options
| author | robojumper <robojumper@gmail.com> | 2025-07-23 00:29:04 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-07-23 00:29:04 +0200 |
| commit | bbcb944b6cddf37d4748b0f7840826870e300d25 (patch) | |
| tree | 40de2ed1e15fb12006c82b71feedc52663768e8e /src | |
| parent | e5cee273b56641c394d9353e71a7f5101e679087 (diff) | |
oops
Diffstat (limited to 'src')
| -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 dfc4b534..5af5a37c 100644 --- a/src/d/d_pad.cpp +++ b/src/d/d_pad.cpp @@ -456,7 +456,7 @@ void ex_c::centerCursor(s32 chan, bool b) { if (dAcPy_c::GetLink() && dAcPy_c::GetLink()->checkActionFlagsCont(0x2) && acc.z < -0.9f) { tmp = true; } - field_0x53 = dAcPy_c::GetLink() && dAcPy_c::GetLink()->checkActionFlagsCont(0x2) && acc.z < -0.9f; + field_0x53 = tmp; fn_800562B0(chan, field_0x8C); fn_80056330(chan); |
