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 aa4a6c79..035d8304 100644
--- a/src/cgame/cg_tutorial.c
+++ b/src/cgame/cg_tutorial.c
@@ -550,7 +550,7 @@ const char *CG_TutorialText( void )
text[ 0 ] = '\0';
ps = &cg.snap->ps;
- if( !cg.intermissionStarted )
+ if( !cg.intermissionStarted && !cg.demoPlayback )
{
if( ps->persistant[ PERS_TEAM ] == TEAM_SPECTATOR ||
ps->pm_flags & PMF_FOLLOW )