mirror of
https://github.com/zeldaret/ss
synced 2026-07-07 05:24:55 -04:00
d_reset Matching
This commit is contained in:
+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