mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Unused warning TWO
This commit is contained in:
parent
a51ec95237
commit
f12f69559b
1 changed files with 3 additions and 0 deletions
|
|
@ -755,6 +755,8 @@ static void M_DrawMenuTyping(void)
|
|||
|
||||
}
|
||||
|
||||
// Largely replaced by boxed drawing mode in K_DrawGameControl and rich text
|
||||
/*
|
||||
static void M_DrawMediocreKeyboardKey(const char *text, INT32 *workx, INT32 worky, boolean push, boolean rightaligned)
|
||||
{
|
||||
INT32 buttonwidth = V_StringWidth(text, 0) + 2;
|
||||
|
|
@ -779,6 +781,7 @@ static void M_DrawMediocreKeyboardKey(const char *text, INT32 *workx, INT32 work
|
|||
0, text
|
||||
);
|
||||
}
|
||||
*/
|
||||
|
||||
// Draw the message popup submenu
|
||||
void M_DrawMenuMessage(void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue