mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix menu start button closing the chat
This commit is contained in:
parent
78c8e27542
commit
ae02579b09
1 changed files with 2 additions and 8 deletions
|
|
@ -885,17 +885,11 @@ boolean M_Responder(event_t *ev)
|
||||||
|
|
||||||
if (CON_Ready() == false && G_PlayerInputDown(0, gc_start, splitscreen + 1) == true)
|
if (CON_Ready() == false && G_PlayerInputDown(0, gc_start, splitscreen + 1) == true)
|
||||||
{
|
{
|
||||||
if (chat_on)
|
if (!chat_on)
|
||||||
{
|
|
||||||
HU_clearChatChars();
|
|
||||||
chat_on = false;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
{
|
||||||
M_StartControlPanel();
|
M_StartControlPanel();
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
noFurtherInput = false; // turns out we didn't care
|
noFurtherInput = false; // turns out we didn't care
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue