Use Unlock_state here too

This commit is contained in:
James R 2020-05-14 17:23:06 -07:00
parent a73e4f135e
commit f82ff5c3e7

View file

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