mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Use ENTER and ESC
A and B are v2 terminology
This commit is contained in:
parent
18a7f1b3f6
commit
b8f1842855
1 changed files with 1 additions and 1 deletions
|
|
@ -11453,7 +11453,7 @@ static void M_DrawDiscordRequests(void)
|
||||||
boolean removeRequest = false;
|
boolean removeRequest = false;
|
||||||
|
|
||||||
const char *wantText = "...would like to join!";
|
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 x = 100;
|
||||||
INT32 y = 133;
|
INT32 y = 133;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue