From 7903a19196c7ebc30bd66c99860bd04c981ef281 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 26 Jan 2006 17:19:35 +0000 Subject: * Added some level 1 text to tutorial system --- src/cgame/cg_tutorial.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cgame/cg_tutorial.c b/src/cgame/cg_tutorial.c index 8439f34a..cbfd24bb 100644 --- a/src/cgame/cg_tutorial.c +++ b/src/cgame/cg_tutorial.c @@ -238,6 +238,9 @@ CG_AlienLevel1Text */ static void CG_AlienLevel1Text( char *text, playerState_t *ps ) { + Q_strcat( text, MAX_TUTORIAL_TEXT, + "Touch a human to grab it\n" ); + Q_strcat( text, MAX_TUTORIAL_TEXT, va( "Press %s to swipe\n", CG_KeyNameForCommand( "+attack" ) ) ); -- cgit