diff options
Diffstat (limited to 'code/unix')
-rw-r--r-- | code/unix/linux_signals.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/unix/linux_signals.c b/code/unix/linux_signals.c index f9317ce..3e95f54 100644 --- a/code/unix/linux_signals.c +++ b/code/unix/linux_signals.c @@ -46,6 +46,7 @@ static void signal_handler(int sig) // bk010104 - replace this... (NOTE TTimo hu // rcg08312005 Agreed: changed to CL_Shutdown... --ryan. CL_Shutdown(); #endif + SV_Shutdown("Signal caught"); Sys_Exit(0); // bk010104 - abstraction NOTE TTimo send a 0 to avoid DOUBLE SIGNAL FAULT } |