From e6c842e2406b307ea68920bb496d6ab6214b09bf Mon Sep 17 00:00:00 2001 From: divverent Date: Sat, 27 Jun 2009 20:04:06 +0000 Subject: [PATCH] better expand variables inside comments than breaking lots of otherwise working stuff because of bad comment detection. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9034 d7cf8633-e32d-0410-b094-e92efae38249 --- cmd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd.c b/cmd.c index b684a0ca..b6fab2d2 100644 --- a/cmd.c +++ b/cmd.c @@ -984,8 +984,6 @@ static void Cmd_PreprocessString( const char *intext, char *outtext, unsigned ma } } } - else if( *in == '/' && *(in+1) == '/') // comment line starting - break; else outtext[outlen++] = *in++; } -- 2.39.2