]> git.xonotic.org Git - xonotic/darkplaces.git/commit
changed Cmd_StuffCmds_f to combine the entire set of commandline arguments into one...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 23 Jan 2007 16:58:57 +0000 (16:58 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 23 Jan 2007 16:58:57 +0000 (16:58 +0000)
commit16538d1c3734ca88fe949234e4dc7d37d3e584fe
tree700add40d771cb263ce395d55f463e412afb0dca
parentfdcf990dba1f09244d0f35b410caafe7d451432c
changed Cmd_StuffCmds_f to combine the entire set of commandline arguments into one string before calling Cbuf_InsertText, this fixes the reverse order execution bug (where +deathmatch 7 +map dpdm2 would execute deathmatch 7 AFTER starting the map, which was useless until a restart command was issued)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6742 d7cf8633-e32d-0410-b094-e92efae38249
cmd.c