We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e119977 commit 551c583Copy full SHA for 551c583
1 file changed
src/game/client/game_controls/baseviewport.cpp
@@ -856,7 +856,7 @@ void CBaseViewport::LoadHudLayout( void )
856
{
857
AddSubKeyNamed( pConditions, "if_split_screen_active" );
858
859
- // ConVarRef ss_verticalsplit( "ss_verticalsplit" ); // used extern above anyway
+ ConVarRef ss_verticalsplit( "ss_verticalsplit" );
860
861
if ( ss_verticalsplit.IsValid() && ss_verticalsplit.GetBool() )
862
0 commit comments