mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-16 11:26:11 +00:00
Format Rust code using rustfmt
This commit is contained in:
parent
f19bf47e2a
commit
81d0e34e5b
1 changed files with 2 additions and 2 deletions
|
@ -195,9 +195,9 @@ pub unsafe fn get_command_flag_cat(module_accessor: &mut app::BattleObjectModule
|
|||
let status = StatusModule::status_kind(module_accessor) as i32;
|
||||
|
||||
if [
|
||||
*FIGHTER_STATUS_KIND_DOWN_WAIT, // Mistech
|
||||
*FIGHTER_STATUS_KIND_DOWN_WAIT, // Mistech
|
||||
*FIGHTER_STATUS_KIND_DOWN_WAIT_CONTINUE, // Mistech
|
||||
*FIGHTER_STATUS_KIND_LAY_DOWN, // Snake down throw
|
||||
*FIGHTER_STATUS_KIND_LAY_DOWN, // Snake down throw
|
||||
]
|
||||
.contains(&status)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue