mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 20:31:30 +00:00
Use ENTER and ESC
A and B are v2 terminology
This commit is contained in:
parent
82bfdf9ccc
commit
29f156aac2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue