mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-02-17 14:40:31 +00:00
Update mod.rs
This commit is contained in:
parent
5b0b5490cc
commit
3b1ae258ba
1 changed files with 3 additions and 3 deletions
|
@ -123,9 +123,6 @@ fn once_per_frame_per_fighter(module_accessor: &mut BattleObjectModuleAccessor,
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe {
|
unsafe {
|
||||||
input_record::handle_recording();
|
|
||||||
frame_counter::tick_ingame();
|
|
||||||
tech::hide_tech();
|
|
||||||
if menu::menu_condition() {
|
if menu::menu_condition() {
|
||||||
menu::spawn_menu();
|
menu::spawn_menu();
|
||||||
}
|
}
|
||||||
|
@ -137,6 +134,9 @@ fn once_per_frame_per_fighter(module_accessor: &mut BattleObjectModuleAccessor,
|
||||||
!(MENU.stale_dodges.as_bool()),
|
!(MENU.stale_dodges.as_bool()),
|
||||||
*FIGHTER_INSTANCE_WORK_ID_FLAG_DISABLE_ESCAPE_PENALTY,
|
*FIGHTER_INSTANCE_WORK_ID_FLAG_DISABLE_ESCAPE_PENALTY,
|
||||||
);
|
);
|
||||||
|
input_record::handle_recording();
|
||||||
|
frame_counter::tick_ingame();
|
||||||
|
tech::hide_tech();
|
||||||
}
|
}
|
||||||
|
|
||||||
combo::get_command_flag_cat(module_accessor);
|
combo::get_command_flag_cat(module_accessor);
|
||||||
|
|
Loading…
Reference in a new issue