diff options
| author | Paweł Redman <pawel.redman@gmail.com> | 2015-04-08 21:45:16 +0200 | 
|---|---|---|
| committer | Paweł Redman <pawel.redman@gmail.com> | 2015-04-08 21:45:16 +0200 | 
| commit | ee25f4aadf87fa2852bb345062eeecea9e86d1dc (patch) | |
| tree | b7dd37970f250812a67c750d63b901c38fbee35f /src/cgame/cg_tutorial.c | |
| parent | 0f4407b328c59f132ee5bbf31004d31b81dc3b3b (diff) | |
Revert human physics to vq3.
Diffstat (limited to 'src/cgame/cg_tutorial.c')
| -rw-r--r-- | src/cgame/cg_tutorial.c | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cgame/cg_tutorial.c b/src/cgame/cg_tutorial.c index d36ecac..d2f01b3 100644 --- a/src/cgame/cg_tutorial.c +++ b/src/cgame/cg_tutorial.c @@ -514,17 +514,6 @@ static void CG_HumanText( char *text, playerState_t *ps )            BG_Upgrade( UP_MEDKIT )->humanName ) );    } -  if( ps->stats[ STAT_STAMINA ] <= STAMINA_BLACKOUT_LEVEL ) -  { -    Q_strcat( text, MAX_TUTORIAL_TEXT, -        "You are blacking out. Stop sprinting to recover stamina\n" ); -  } -  else if( ps->stats[ STAT_STAMINA ] <= STAMINA_SLOW_LEVEL ) -  { -    Q_strcat( text, MAX_TUTORIAL_TEXT, -        "Your stamina is low. Stop sprinting to recover\n" ); -  } -    switch( cg.nearUsableBuildable )    {      case BA_H_ARMOURY:  | 
