Skip to content

Commit 20f84c1

Browse files
committed
When benchmarking automatically accept pilot screen
1 parent 5f62209 commit 20f84c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

code/menuui/playermenu.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,9 @@ void player_select_init()
334334
} else { // otherwise go to the single player mode by default
335335
player_select_init_player_stuff(PLAYER_SELECT_MODE_SINGLE);
336336
}
337-
338-
if ( (Player_select_num_pilots == 1) && Player_select_input_mode ) {
337+
338+
if (Cmdline_benchmark_mode) {
339+
// When benchmarking, just accept automatically
339340
Player_select_autoaccept = 1;
340341
}
341342
}

0 commit comments

Comments
 (0)