Multithreading fix

This commit is contained in:
Jaime Ita Passos 2020-11-25 17:06:19 -03:00
parent f484cb0d76
commit 2f59b84460

View file

@ -867,7 +867,7 @@ static void CON_InputDelChar(void)
boolean CON_AcceptInput(void)
{
return consoleready;
return CON_Ready();
}
// Handles console key input