]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.c
Restore old video init behavior, pending better solution. Fixes Steel Storm crash...
[xonotic/darkplaces.git] / cmd.c
diff --git a/cmd.c b/cmd.c
index a6d76726085c02d72bfad40226ca8797d4292bcd..3b3fdfd146745b184669b9952f337763517363a8 100644 (file)
--- a/cmd.c
+++ b/cmd.c
@@ -524,10 +524,6 @@ static void Cmd_StuffCmds_f (cmd_state_t *cmd)
        int             i, j, l;
        // this is for all commandline options combined (and is bounds checked)
        char    build[MAX_INPUTLINE];
-       
-       // come back later so we don't crash
-       if(host.state == host_init)
-               return;
 
        if (Cmd_Argc (cmd) != 1)
        {