summaryrefslogtreecommitdiff
path: root/src/sys_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys_win.c')
-rw-r--r--src/sys_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys_win.c b/src/sys_win.c
index 906a6d3..5412ce7 100644
--- a/src/sys_win.c
+++ b/src/sys_win.c
@@ -1042,7 +1042,7 @@ static int Sys_Main( int argc, char **argv ) {
#if USE_WINSVC
if( shouldExit == SE_FULL )
#endif
- Com_Quit( NULL, KILL_DROP );
+ Com_Quit( NULL, ERR_DISCONNECT );
break;
}
}