Skip to content

Commit 824b5fd

Browse files
committed
Format
1 parent b187296 commit 824b5fd

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
@@ -689,7 +689,7 @@ void arena_har_defeat_hook(int loser_player_id, scene *scene) {
689689
}
690690
score->rounds++;
691691
if(player_winner->ctrl->type != CTRL_TYPE_AI && player_loser->ctrl->type == CTRL_TYPE_AI) {
692-
//chr_score_victory(score, har_health_percent(winner_har));
692+
// chr_score_victory(score, har_health_percent(winner_har));
693693
}
694694
if(score->rounds >= ceilf(local->rounds / 2.0f)) {
695695
winner_har->state = STATE_VICTORY;

0 commit comments

Comments
 (0)