Advertisement
Guest User

Untitled

a guest
May 26th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. diff --git a/src/engine/sys/con_tty.cpp b/src/engine/sys/con_tty.cpp
  2. index d365b74..bcd6a05 100644
  3. --- a/src/engine/sys/con_tty.cpp
  4. +++ b/src/engine/sys/con_tty.cpp
  5. @@ -504,7 +504,7 @@ void CON_Print_TTY( const char *msg )
  6. {
  7. CON_Hide();
  8.  
  9. - if ( com_ansiColor && com_ansiColor->integer )
  10. + if ( ttycon_on && com_ansiColor && com_ansiColor->integer )
  11. {
  12. CON_AnsiColorPrint( msg );
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement