mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 21:31:32 +00:00
Use Unlock_state here too
This commit is contained in:
parent
85fef2655c
commit
a6ce21b450
1 changed files with 1 additions and 3 deletions
|
@ -1358,9 +1358,7 @@ static void CON_Print(char *msg)
|
||||||
|
|
||||||
if (*msg == '\0')
|
if (*msg == '\0')
|
||||||
{
|
{
|
||||||
#ifdef HAVE_THREADS
|
Unlock_state();
|
||||||
I_unlock_mutex(con_mutex);
|
|
||||||
#endif
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue