Skip to content

Commit

Permalink
platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed Feb 1, 2025
1 parent 8d2e69d commit 394511d
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions _ark/char/char_objects.dta
Original file line number Diff line number Diff line change
Expand Up @@ -416,24 +416,14 @@
{&&
{& $shared_flags kPlayDirectedCut}
{& $shared_flags kGenreAll}
{$a_clip shares_groups $b_clip}
}
;} broken if block found by linting. putting the below $this block inside the if
{$this
generate_transitions
(beat_align 1)
(restrict
{&&
{< $b_start 1}
{< $a_end 2}
}
)
}
}
}
}
)
)
{$a_clip shares_groups $b_clip}}}
{$this
generate_transitions
(beat_align 1)
(restrict
{&&
{< $b_start 1}
{< $a_end 2}})}}}))
#define MAINCHAR_CLIP_COMMON
((pose_resource
{bandchardesc_pose_resource $this}))
Expand Down Expand Up @@ -1706,7 +1696,12 @@
)
)
($mic
{instrument find translucent.grp})
#ifdef HX_PS3
{instrument find translucent.grp}
#else
{instrument find mic.grp}
#endif
)
($mic_stand
{instrument find mic_stand.grp})
($cowbell
Expand All @@ -1725,13 +1720,19 @@
{==
$inst
"cowbell"})
#ifdef HX_PS3
{if $mic
{foreach $entry $mic_meshes
{if {instrument find $entry}
{{instrument find $entry} set_showing $show_mic}
}
}
}
#else
{if
$mic
{$mic set_showing $show_mic}}
#endif
{if
$mic_stand
{$mic_stand set_showing $show_mic}}
Expand Down

0 comments on commit 394511d

Please sign in to comment.