]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.c
Revert "Initialize console commands and cvars before anything else"
[xonotic/darkplaces.git] / cmd.c
diff --git a/cmd.c b/cmd.c
index 880eb9d4d9a219a403146f0edf8bba9ae9c966c0..f3d0a1cb1a5bbefeb92db6535b33eba2d03e4f3d 100644 (file)
--- a/cmd.c
+++ b/cmd.c
@@ -1520,7 +1520,7 @@ void Cmd_Init(void)
        cmd_serverfromclient.userdefined = &cmd_userdefined_null;
 }
 
-void Cmd_Init_Commands(void)
+void Cmd_Init_Commands(qboolean dedicated_server)
 {
 //
 // register our commands