mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-17 01:21:18 +00:00
Use Unlock_state here too
(cherry picked from commit a6ce21b450644a79b08b9533166704c7ef093816)
This commit is contained in:
parent
0b9c20cc70
commit
fec8879797
1 changed files with 1 additions and 3 deletions
|
@ -1337,9 +1337,7 @@ static void CON_Print(char *msg)
|
|||
|
||||
if (*msg == '\0')
|
||||
{
|
||||
#ifdef HAVE_THREADS
|
||||
I_unlock_mutex(con_mutex);
|
||||
#endif
|
||||
Unlock_state();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue