diff options
Diffstat (limited to 'source/sys_unix.c')
-rw-r--r-- | source/sys_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/sys_unix.c b/source/sys_unix.c index 6a3a9c3..f700c59 100644 --- a/source/sys_unix.c +++ b/source/sys_unix.c @@ -667,6 +667,7 @@ void Sys_Init( void ) { signal( SIGINT, term_handler ); signal( SIGTTIN, SIG_IGN ); signal( SIGTTOU, SIG_IGN ); + signal( SIGUSR1, hup_handler ); // basedir <path> // allows the game to run from outside the data tree |