Skip to content

Commit

Permalink
Merge pull request #141 from arbruijn/join-list-font
Browse files Browse the repository at this point in the history
Make sure font is set in join list tab check
  • Loading branch information
roncli authored Dec 16, 2022
2 parents 6736bcc + 63f7c7f commit b9e30e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions d1/main/net_udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,8 @@ int net_udp_list_join_poll( newmenu *menu, d_event *event, direct_join *dj )
// These next two loops protect against menu skewing
// if missiontitle or gamename contain a tab

gr_set_curfont(GAME_FONT);

for (x=0,tx=0,k=0,j=0;j<15;j++)
{
if (Active_udp_games[(i+(NLPage*UDP_NETGAMES_PPAGE))].mission_title[j]=='\t')
Expand Down

0 comments on commit b9e30e9

Please sign in to comment.