Skip to content

Commit

Permalink
Correct navigation in the difficulty select screen
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed Oct 9, 2020
1 parent 27e171e commit 4bf4ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SourceX/DiabloUI/selgame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ void selgame_GameSelection_Select(int value)
switch (value) {
case 0:
strcpy(title, "Create Game");
UiInitList(0, NUM_DIFFICULTIES - 1, selgame_Diff_Focus, selgame_Diff_Select, selgame_Diff_Esc, SELDIFF_DIALOG, size(SELDIFF_DIALOG));
UiInitList(0, NUM_DIFFICULTIES - 1, selgame_Diff_Focus, selgame_Diff_Select, selgame_Diff_Esc, SELDIFF_DIALOG, size(SELDIFF_DIALOG), true);
break;
case 1:
strcpy(title, "Join TCP Games");
Expand Down

0 comments on commit 4bf4ebe

Please sign in to comment.