Skip to content

Commit 0544174

Browse files
committed
Format
1 parent 0f32e1a commit 0544174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/scenes/arena.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ void arena_har_defeat_hook(int player_id, scene *scene) {
551551
}
552552
score->rounds++;
553553
if(player_winner->ctrl->type != CTRL_TYPE_AI && player_loser->ctrl->type == CTRL_TYPE_AI) {
554-
//chr_score_victory(score, har_health_percent(winner_har));
554+
// chr_score_victory(score, har_health_percent(winner_har));
555555
}
556556
if(score->rounds >= ceilf(local->rounds / 2.0f)) {
557557
har_set_ani(winner, ANIM_VICTORY, 0);

0 commit comments

Comments
 (0)