From d000466c00e4daa955eafde9aa5ba5a49562a45e Mon Sep 17 00:00:00 2001 From: Roman Tetelman Date: Sat, 3 Oct 2009 12:20:43 +0000 Subject: * remove hovel (fixes #26) (todo: go back and actually remove the code) --- src/cgame/cg_tutorial.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/cgame/cg_tutorial.c') diff --git a/src/cgame/cg_tutorial.c b/src/cgame/cg_tutorial.c index 2dd5a5a2..eb598cf9 100644 --- a/src/cgame/cg_tutorial.c +++ b/src/cgame/cg_tutorial.c @@ -656,7 +656,7 @@ const char *CG_TutorialText( void ) { entityState_t *es = CG_BuildableInRange( ps, NULL ); - if( ps->stats[ STAT_STATE ] & SS_HOVELING ) + /*if( ps->stats[ STAT_STATE ] & SS_HOVELING ) { Q_strcat( text, MAX_TUTORIAL_TEXT, va( "Press %s to exit the hovel\n", @@ -671,7 +671,8 @@ const char *CG_TutorialText( void ) va( "Press %s to enter the hovel\n", CG_KeyNameForCommand( "+button7" ) ) ); } - else if( BG_AlienCanEvolve( ps->stats[ STAT_CLASS ], + else*/ + if( BG_AlienCanEvolve( ps->stats[ STAT_CLASS ], ps->persistant[ PERS_CREDIT ], cgs.alienStage ) ) { -- cgit