Skip to content

Commit 6f7ceed

Browse files
authored
Merge pull request #274 from Vladislav4KZ/fix-button-handling-in-overview
fix: movement buttons getting stuck in Free Map Overview
2 parents c72c0d6 + d696c48 commit 6f7ceed

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)