mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 16:52:16 +00:00
Unused warning
This commit is contained in:
parent
7a9793f202
commit
92c2f5d5a5
1 changed files with 3 additions and 0 deletions
|
|
@ -4978,6 +4978,8 @@ static void M_DrawBindMediumString(INT32 y, INT32 flags, const char *string)
|
|||
);
|
||||
}
|
||||
|
||||
// largely replaced by K_DrawGameControl
|
||||
/*
|
||||
static INT32 M_DrawProfileLegend(INT32 x, INT32 y, const char *legend, const char *mediocre_key)
|
||||
{
|
||||
INT32 w = V_ThinStringWidth(legend, 0);
|
||||
|
|
@ -4987,6 +4989,7 @@ static INT32 M_DrawProfileLegend(INT32 x, INT32 y, const char *legend, const cha
|
|||
M_DrawMediocreKeyboardKey(mediocre_key, &x, y, false, true);
|
||||
return x;
|
||||
}
|
||||
*/
|
||||
|
||||
// the control stuff.
|
||||
// Dear god.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue