From ac92a1178cceef5b0ad1b392e27fb5deb5bab79f Mon Sep 17 00:00:00 2001 From: tomaz Date: Sat, 11 Sep 2004 18:31:37 +0000 Subject: [PATCH] Fixed a bug in the commandline parser when giving it more than one + command. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4478 d7cf8633-e32d-0410-b094-e92efae38249 --- cmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd.c b/cmd.c index a0747954..41a68f58 100644 --- a/cmd.c +++ b/cmd.c @@ -252,6 +252,7 @@ void Cmd_StuffCmds_f (void) build[l++] = '\n'; build[l++] = 0; Cbuf_InsertText (build); + i--; } } } -- 2.39.2