summaryrefslogtreecommitdiff
path: root/src/cgame
diff options
context:
space:
mode:
authorBen Millwood <thebenmachine@gmail.com>2009-10-03 12:22:40 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:15:54 +0000
commit2adfb7e6c05041cfc72ff89076e45b5b90541471 (patch)
tree9792e5be17ed1bab04a73c085187cf4662d94f1b /src/cgame
parent132f766b85c17ec4ad1d9f4ce77c8d20383c02e9 (diff)
Removing some unused variables and functions
Diffstat (limited to 'src/cgame')
-rw-r--r--src/cgame/cg_tutorial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cgame/cg_tutorial.c b/src/cgame/cg_tutorial.c
index eb598cf9..3e6d354a 100644
--- a/src/cgame/cg_tutorial.c
+++ b/src/cgame/cg_tutorial.c
@@ -654,9 +654,9 @@ const char *CG_TutorialText( void )
if( ps->stats[ STAT_TEAM ] == TEAM_ALIENS )
{
- entityState_t *es = CG_BuildableInRange( ps, NULL );
+ /*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",