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
+1 -1
View File
@@ -430,7 +430,7 @@ config.libs = [
Object(NonMatching, "toBeSorted/cx_util.cpp"),
Object(NonMatching, "toBeSorted/area_math.cpp"),
Object(NonMatching, "toBeSorted/deg_angle_util.cpp"),
Object(NonMatching, "d/d_reset.cpp"),
Object(Matching, "d/d_reset.cpp"),
Object(Matching, "toBeSorted/arc_managers/current_stage_arc_manager.cpp"),
Object(Matching, "toBeSorted/arc_managers/oarc_manager.cpp"),
Object(NonMatching, "toBeSorted/arc_managers/oarc_control.cpp"),
+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);
}