Skip to content

Commit

Permalink
UI: Fix overlay of Yes/No buttons in Call Vote menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-li-wop committed Oct 30, 2024
1 parent e762495 commit f6aceb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/ui_callvote.c
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ static void UI_CallVoteMenu_Init(void) {
s_callVoteMenu.voteno.generic.flags = QMF_RIGHT_JUSTIFY;
s_callVoteMenu.voteno.generic.callback = UI_CallVote_Vote;
s_callVoteMenu.voteno.generic.id = ID_VOTENO;
s_callVoteMenu.voteno.generic.x = SCREEN_CENTER - 40;
s_callVoteMenu.voteno.generic.x = SCREEN_CENTER + 40;
s_callVoteMenu.voteno.generic.y = 250;
s_callVoteMenu.voteno.string = "NO";
s_callVoteMenu.voteno.style = (UI_SMALLFONT | UI_RIGHT);
Expand Down

0 comments on commit f6aceb2

Please sign in to comment.