From 7d095da769985232f0352b73b2d953b0775398f9 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Mon, 23 Aug 2021 16:38:55 +0600 Subject: [PATCH] oops, forgot to create the mouse access mutex --- src/unix/unix.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/unix/unix.c b/src/unix/unix.c index 014566fad..4b79e030b 100644 --- a/src/unix/unix.c +++ b/src/unix/unix.c @@ -494,9 +494,9 @@ do_stop(void) { /* Claim the video blitter. */ startblit(); - + sdl_close(); - + pc_close(thMain); thMain = NULL; @@ -581,7 +581,7 @@ int main(int argc, char** argv) fprintf(stderr, "Failed to create blit mutex: %s", SDL_GetError()); return -1; } - + mousemutex = SDL_CreateMutex(); sdl_initho(); if (start_in_fullscreen)