From 635993caba8c4d70745e98f000b29ede9f6e3281 Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Tue, 6 Oct 2009 17:11:09 +0000 Subject: * (bug 3604) Fix Item_Text_Wrap() (Amanieu, benmachine) - No more color bleeding / munching - No more premature wrapping of the last lines of ui text * Revert r1738 because it's no longer needed --- src/cgame/cg_tutorial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cgame') diff --git a/src/cgame/cg_tutorial.c b/src/cgame/cg_tutorial.c index 19c47542..75bca690 100644 --- a/src/cgame/cg_tutorial.c +++ b/src/cgame/cg_tutorial.c @@ -683,7 +683,7 @@ const char *CG_TutorialText( void ) } } - Q_strcat( text, MAX_TUTORIAL_TEXT, "Press ESC for the menu\n" ); + Q_strcat( text, MAX_TUTORIAL_TEXT, "Press ESC for the menu" ); } return text; -- cgit