d_reset Matching

This commit is contained in:
elijah-thomas774
2025-06-16 00:22:47 -04:00
parent d7f1387471
commit 56001b27a2
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -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);
}