Skip to content

Commit 661678f

Browse files
committed
Fix an issue identified by MageKing17
1 parent 94ca297 commit 661678f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/menuui/playermenu.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ 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 (Cmdline_benchmark_mode) {
337+
338+
if (Cmdline_benchmark_mode || ((Player_select_num_pilots == 1) && Player_select_input_mode)) {
339339
// When benchmarking, just accept automatically
340340
Player_select_autoaccept = 1;
341341
}

0 commit comments

Comments
 (0)