]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
fix a line I forgot to commit
[xonotic/darkplaces.git] / host_cmd.c
index 2ea15b8155c6bc6e08a9002592b60d0c2d174f2a..a740a416c329ab36d6995d6ab2efb77b7299121f 100644 (file)
@@ -38,7 +38,7 @@ Host_Quit_f
 
 void Host_Quit_f (void)
 {
-       Sys_Quit ();
+       Sys_Quit (0);
 }