stop game from getting stuck in chat mode if the main menu is open

This commit is contained in:
Ricardo Luís Vaz Silva 2025-03-04 10:37:33 -03:00
parent a09dba6b8b
commit abfd91e8f1

View file

@ -1000,6 +1000,8 @@ bool G_Responder (event_t *ev)
if (gameaction == ga_nothing &&
(demoplayback || gamestate == GS_DEMOSCREEN || gamestate == GS_TITLELEVEL))
{
if (chatmodeon) chatmodeon = 0;
const char *cmd = Bindings.GetBind (ev->data1);
if (ev->type == EV_KeyDown)