Skip to content
Snippets Groups Projects
Commit d06fd5a6 authored by deuce's avatar deuce
Browse files

Add another global to disable the reaper.

parent 6f43a81f
No related branches found
No related tags found
No related merge requests found
......@@ -307,6 +307,7 @@ CIOLIBEXPORTVAR int directvideo;
CIOLIBEXPORTVAR int hold_update;
CIOLIBEXPORTVAR int puttext_can_move;
CIOLIBEXPORTVAR int ciolib_xlat;
CIOLIBEXPORTVAR int ciolib_reaper=TRUE;
#define _conio_kbhit() kbhit()
......
......@@ -1548,6 +1548,7 @@ int sdl_video_event_thread(void *data)
break;
case SDL_QUIT:
sdl_add_key(CIO_KEY_QUIT);
if (ciolib_reaper)
sdl.CreateThread(cheery_reaper, NULL);
break;
case SDL_VIDEORESIZE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment