summaryrefslogtreecommitdiff
path: root/src/cgame/cg_tutorial.c
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2009-10-06 17:11:09 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:41 +0000
commit635993caba8c4d70745e98f000b29ede9f6e3281 (patch)
tree75a0dab71347a27826e1f16df200045aefcb470b /src/cgame/cg_tutorial.c
parent8403ee2a4fceb9dbb632d6837fd3c40a55f62019 (diff)
* (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
Diffstat (limited to 'src/cgame/cg_tutorial.c')
-rw-r--r--src/cgame/cg_tutorial.c2
1 files changed, 1 insertions, 1 deletions
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;