mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-25 17:32:27 +00:00
Use Unlock_state here too
This commit is contained in:
parent
a73e4f135e
commit
f82ff5c3e7
1 changed files with 1 additions and 3 deletions
|
|
@ -1358,9 +1358,7 @@ static void CON_Print(char *msg)
|
|||
|
||||
if (*msg == '\0')
|
||||
{
|
||||
#ifdef HAVE_THREADS
|
||||
I_unlock_mutex(con_mutex);
|
||||
#endif
|
||||
Unlock_state();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue