]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
map and load commands are now delayed until the video system is started, this fixes...
[xonotic/darkplaces.git] / cl_parse.c
index afc2fa3dff2f1d88bcd13812d4beb744dc61027b..608b3ef882a7a4840fc69d855be2f30d8a743c45 100644 (file)
@@ -291,8 +291,6 @@ Con_DPrintf ("CL_SignonReply: %i\n", cls.signon);
                }
 
                MSG_WriteByte (&cls.message, clc_stringcmd);
                }
 
                MSG_WriteByte (&cls.message, clc_stringcmd);
-               //sprintf (str, "spawn %s", cls.spawnparms);
-               //MSG_WriteString (&cls.message, str);
                MSG_WriteString (&cls.message, "spawn");
                break;
 
                MSG_WriteString (&cls.message, "spawn");
                break;