Skip to content

Commit d696c48

Browse files
committed
fix: movement buttons getting stuck in free map overview
1 parent c72c0d6 commit d696c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cl_dll/hud_spectator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ void CHudSpectator::HandleButtonsDown( int ButtonPressed )
911911
void CHudSpectator::HandleButtonsUp( int ButtonPressed )
912912
{
913913
//if ( !gViewPort )
914-
return;
914+
//return;
915915

916916
// if ( !gViewPort->m_pSpectatorPanel->isVisible() )
917917
// return; // don't do anything if not in spectator mode

0 commit comments

Comments
 (0)