Use Unlock_state here too

(cherry picked from commit f82ff5c3e7)
This commit is contained in:
James R 2020-05-14 17:23:06 -07:00
parent 177134e262
commit bcf7bf4816

View file

@ -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;
}