From 2f59b84460438d5db7aab6529c082f9be822ce73 Mon Sep 17 00:00:00 2001 From: Jaime Ita Passos Date: Wed, 25 Nov 2020 17:06:19 -0300 Subject: [PATCH] Multithreading fix --- src/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console.c b/src/console.c index 59a26b2c8..54d9f6c9e 100644 --- a/src/console.c +++ b/src/console.c @@ -867,7 +867,7 @@ static void CON_InputDelChar(void) boolean CON_AcceptInput(void) { - return consoleready; + return CON_Ready(); } // Handles console key input