mirror of
https://github.com/zeldaret/ss
synced 2026-07-08 13:56:15 -04:00
d_reset Matching
This commit is contained in:
+1
-1
@@ -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
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user