diff options
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r-- | source/cl_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_parse.c b/source/cl_parse.c index bf76e4c..c875214 100644 --- a/source/cl_parse.c +++ b/source/cl_parse.c @@ -1311,7 +1311,7 @@ static void CL_ParseStuffText( void ) { return; } - Com_DPrintf( "stufftext: %s\n", string ); + Com_DPrintf( "stufftext: %s\n", Q_FormatString( string ) ); Cbuf_AddText( string ); } |