summaryrefslogtreecommitdiff
path: root/src/sys_unix.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2011-02-23 19:24:16 +0300
committerAndrey Nazarov <skuller@skuller.net>2011-02-23 19:24:16 +0300
commite7b4367c5b243d9210fbd5df957fce6623dc40f0 (patch)
tree7ad9972b4bfc23d60ace7f2992330e61e156b569 /src/sys_unix.c
parent639a1eac1f4313862c8809421dca89d39d7c3a2e (diff)
Get rid of killtype_t enum.
Diffstat (limited to 'src/sys_unix.c')
-rw-r--r--src/sys_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys_unix.c b/src/sys_unix.c
index 4d3ab0c..facace9 100644
--- a/src/sys_unix.c
+++ b/src/sys_unix.c
@@ -614,7 +614,7 @@ static void term_handler( int signum ) {
#else
Com_Printf( "Received signal %d, exiting\n", signum );
#endif
- Com_Quit( NULL, KILL_DROP );
+ Com_Quit( NULL, ERR_DISCONNECT );
}
static void kill_handler( int signum ) {