diff options
author | Tim Angus <tim@ngus.net> | 2006-03-05 21:10:10 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-03-05 21:10:10 +0000 |
commit | c11a4f5916b67653402cb78e3fcbc5e2f5ff3bb1 (patch) | |
tree | 902ff2527bad19520c0fecf45f1ea6340efe441b /src/cgame/cg_tutorial.c | |
parent | 5da3420e72083d142352529acc11e1518ff153ba (diff) |
* No tutorial text during demo playback
Diffstat (limited to 'src/cgame/cg_tutorial.c')
-rw-r--r-- | src/cgame/cg_tutorial.c | 2 |
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 ) |