mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Fix hold controls prompt
This commit is contained in:
parent
6eb5b2dee9
commit
7c20b66782
1 changed files with 1 additions and 1 deletions
|
|
@ -3017,7 +3017,7 @@ void M_DrawProfileControls(void)
|
||||||
optionsmenu.tcontx = BASEVIDWIDTH*2/3 - 10;
|
optionsmenu.tcontx = BASEVIDWIDTH*2/3 - 10;
|
||||||
optionsmenu.tconty = BASEVIDHEIGHT/2 +70;
|
optionsmenu.tconty = BASEVIDHEIGHT/2 +70;
|
||||||
|
|
||||||
V_DrawCenteredString(160, 180, highlightflags, va("HOLD [X] FOR %d SECONDS TO BACK OUT", optionsmenu.trycontroller/TICRATE));
|
V_DrawCenteredString(160, 180, highlightflags, va("PRESS NOTHING FOR %d SEC TO GO BACK", optionsmenu.trycontroller/TICRATE));
|
||||||
return; // Don't draw the rest if we're trying the controller.
|
return; // Don't draw the rest if we're trying the controller.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue