diff --git a/src/console.c b/src/console.c index 3a93b32bf..91e640436 100644 --- a/src/console.c +++ b/src/console.c @@ -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; }