Skip to content

Commit

Permalink
Re-enable hud_keystate for SourceTV demos now that it will work
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Jul 7, 2016
1 parent 3c6ebc5 commit 9140592
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cl_dll/ff/ff_hud_keystate.cpp
Expand Up @@ -225,11 +225,6 @@ bool CHudKeyState::ShouldDraw()
return false;

C_FFPlayer *pLocalPlayer = C_FFPlayer::GetLocalFFPlayer();

// this doesn't work in sourcetv demos, so don't even try
if ( engine->IsPlayingDemo() && engine->IsHLTV() )
return false;

C_FFPlayer *pTarget = C_FFPlayer::GetLocalFFPlayerOrAnyObserverTarget();

if( !pTarget )
Expand Down

0 comments on commit 9140592

Please sign in to comment.