Skip to content
Snippets Groups Projects
Commit 14ede244 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix up exit codes on macOS

The issue was that the various semaphores and mutexes weren't being
initialized at all when sdl_initconio() wasn't called... so starting
the event thread and telling it to stop would access uncreated
semaphores and mutexes.

Split out the init, and be sure to call it before exiting.
parent ba376305
Branches
Tags
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment