summaryrefslogtreecommitdiff
path: root/src/cgame
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame')
-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 75bca690..19c47542 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" );
+ Q_strcat( text, MAX_TUTORIAL_TEXT, "Press ESC for the menu\n" );
}
return text;