summaryrefslogtreecommitdiff
path: root/dedicated.c
diff options
context:
space:
mode:
Diffstat (limited to 'dedicated.c')
-rw-r--r--dedicated.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dedicated.c b/dedicated.c
index 7c797df84..f09b37f99 100644
--- a/dedicated.c
+++ b/dedicated.c
@@ -167,6 +167,7 @@ static int DedicatedVideoMainLoop()
#ifdef UNIX
signal(SIGTERM, DedicatedSignalHandler);
signal(SIGINT, DedicatedSignalHandler);
+ signal(SIGABRT, DedicatedSignalHandler);
#endif
// Load the dedicated server stuff