summaryrefslogtreecommitdiff
path: root/source/sys_win.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-05-18 14:37:21 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-05-18 14:37:21 +0000
commitcb43ed08c3cf6410fe4ce22dac3d07952db92893 (patch)
tree0b2b2790941743db47913cdf06b819c36b89e161 /source/sys_win.c
parent179f701f7aec100ac1228fc02778fc4af47b75f0 (diff)
Accept `all' as special argument to `delstuffcmd' command.
Cleaned up Cvar_Get and fixed semantic bug. Accept `background keyword in menu scripts. Renamed `gl_fastsky' to `gl_drawsky'. If at least one of the sky env maps fails lo load, disable entire sky drawing. Reworked loading screen. Fixed Com_Quit argument string handling. Catch more signals on *nix. Updated server docs.
Diffstat (limited to 'source/sys_win.c')
-rw-r--r--source/sys_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sys_win.c b/source/sys_win.c
index b1c4c09..d145c45 100644
--- a/source/sys_win.c
+++ b/source/sys_win.c
@@ -1530,7 +1530,7 @@ static int Sys_Main( int argc, char **argv ) {
Qcommon_Frame();
}
- Com_Quit();
+ Com_Quit( NULL );
#if USE_DBGHELP
#ifdef _MSC_VER