mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 10:54:16 +00:00
Formatting
This commit is contained in:
parent
356ffb0e1e
commit
43ebbabe5b
2 changed files with 1 additions and 3 deletions
|
@ -185,8 +185,7 @@ pub unsafe fn get_command_flag_cat(module_accessor: &mut BattleObjectModuleAcces
|
|||
button_config::ButtonCombo::InputPlayback,
|
||||
) {
|
||||
playback(MENU.playback_button_combination.get_random().into_idx());
|
||||
}
|
||||
else if MENU.record_trigger == OnOff::On
|
||||
} else if MENU.record_trigger == OnOff::On
|
||||
&& button_config::combo_passes_exclusive(
|
||||
module_accessor,
|
||||
button_config::ButtonCombo::InputRecord,
|
||||
|
|
|
@ -607,7 +607,6 @@ pub unsafe fn save_states(module_accessor: &mut app::BattleObjectModuleAccessor)
|
|||
if prev_status_kind == FIGHTER_STATUS_KIND_REBIRTH && fighter_is_popo {
|
||||
save_state.state = NanaPosMove;
|
||||
}
|
||||
|
||||
// otherwise, begin input recording playback if selected
|
||||
else if !MENU.save_state_playback.is_empty() {
|
||||
input_record::playback(MENU.save_state_playback.get_random().into_idx());
|
||||
|
|
Loading…
Reference in a new issue