Fix one rumble outlier

This commit is contained in:
CrashOveride95
2020-12-09 14:21:38 -05:00
parent d643eda27f
commit e64a136976

View File

@@ -554,7 +554,7 @@ static s32 act_breaststroke(struct MarioState *m) {
reset_float_globals(m);
}
#ifdef VERSION_SH
#if ENABLE_RUMBLE
if (m->actionTimer < 6) {
func_sh_8024CA04();
}