mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 12:31:32 +00:00
Multithreading fix
This commit is contained in:
parent
f484cb0d76
commit
2f59b84460
1 changed files with 1 additions and 1 deletions
|
@ -867,7 +867,7 @@ static void CON_InputDelChar(void)
|
||||||
|
|
||||||
boolean CON_AcceptInput(void)
|
boolean CON_AcceptInput(void)
|
||||||
{
|
{
|
||||||
return consoleready;
|
return CON_Ready();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Handles console key input
|
// Handles console key input
|
||||||
|
|
Loading…
Reference in a new issue