diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-06-16 00:22:47 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-06-16 00:22:47 -0400 |
| commit | 56001b27a2b93de2a1842c615f799f833d863f91 (patch) | |
| tree | a4d3d38192b6eaa763cd28e6372f9a79b7a363de /src/d/d_reset.cpp | |
| parent | d7f138747139b76bd98c2679329ab928de058461 (diff) | |
d_reset Matching
Diffstat (limited to 'src/d/d_reset.cpp')
| -rw-r--r-- | src/d/d_reset.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/d/d_reset.cpp b/src/d/d_reset.cpp index 7d80da2b..0437cec2 100644 --- a/src/d/d_reset.cpp +++ b/src/d/d_reset.cpp @@ -550,9 +550,8 @@ void Manage_c::CleanUpLC() { } void Manage_c::MotorCancelOn() { - // Huh - for (int i = 0; i < 4;) { - mPad::g_core[i++]->stopRumbleMgr(); + for (int i = 0; i < 4; i++) { + mPad::g_core[--++i]->stopRumbleMgr(); } dRumble_c::stop(-1); } |
