diff options
Diffstat (limited to 'src/qcommon/common.c')
-rw-r--r-- | src/qcommon/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qcommon/common.c b/src/qcommon/common.c index d4593e08..ddd3c023 100644 --- a/src/qcommon/common.c +++ b/src/qcommon/common.c @@ -164,6 +164,8 @@ void QDECL Com_Printf( const char *fmt, ... ) { CL_ConsolePrint( msg ); #endif + Q_StripIndentMarker( msg ); + // echo to dedicated console and early console Sys_Print( msg ); |