diff options
author | Andrey Nazarov <skuller@skuller.net> | 2011-02-23 19:24:16 +0300 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2011-02-23 19:24:16 +0300 |
commit | e7b4367c5b243d9210fbd5df957fce6623dc40f0 (patch) | |
tree | 7ad9972b4bfc23d60ace7f2992330e61e156b569 /src/sys_win.c | |
parent | 639a1eac1f4313862c8809421dca89d39d7c3a2e (diff) |
Get rid of killtype_t enum.
Diffstat (limited to 'src/sys_win.c')
-rw-r--r-- | src/sys_win.c | 2 |
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; } } |