diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-12 23:27:17 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-12 23:27:17 -0400 |
| commit | 4ac105c02d0943cd747f1c8c1e4c2d0bb811b5dd (patch) | |
| tree | 2fbfd179736bd4900dd74e4511741086a095b7ef /src/d/d_lib.cpp | |
| parent | 780d4e680adcc37edc87c300f1c1951e2490a0a7 (diff) | |
JPN build fix, remove nonmatching comments
Diffstat (limited to 'src/d/d_lib.cpp')
| -rw-r--r-- | src/d/d_lib.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/d/d_lib.cpp b/src/d/d_lib.cpp index 3d98e504..c34e5c5b 100644 --- a/src/d/d_lib.cpp +++ b/src/d/d_lib.cpp @@ -360,7 +360,6 @@ s32 STControl::checkTrigger() { u8 newAngle = 0; s16 iVar6 = (0x2000 - field_0x26) >> 1; if (!cM3d_IsZero(valueStick)) { - if (angleStick < field_0x22 + -0x7000 + iVar6) { newAngle |= 4; } else if (angleStick < field_0x22 + -0x5000 - iVar6) { |
