Use ENTER and ESC

A and B are v2 terminology
This commit is contained in:
Sally Coolatta 2020-08-30 21:42:04 -04:00
parent 82bfdf9ccc
commit 29f156aac2
1 changed files with 1 additions and 1 deletions

View File

@ -11453,7 +11453,7 @@ static void M_DrawDiscordRequests(void)
boolean removeRequest = false;
const char *wantText = "...would like to join!";
const char *controlText = "\x82" "A" "\x80" " - Accept " "\x82" "B" "\x80" " - Decline";
const char *controlText = "\x82" "ENTER" "\x80" " - Accept " "\x82" "ESC" "\x80" " - Decline";
INT32 x = 100;
INT32 y = 133;