Skip to content

Commit 551c583

Browse files
committed
Revert "remove ConVarRef ss_verticalsplit"
This reverts commit 1cf29f7.
1 parent e119977 commit 551c583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/client/game_controls/baseviewport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ void CBaseViewport::LoadHudLayout( void )
856856
{
857857
AddSubKeyNamed( pConditions, "if_split_screen_active" );
858858

859-
// ConVarRef ss_verticalsplit( "ss_verticalsplit" ); // used extern above anyway
859+
ConVarRef ss_verticalsplit( "ss_verticalsplit" );
860860

861861
if ( ss_verticalsplit.IsValid() && ss_verticalsplit.GetBool() )
862862
{

0 commit comments

Comments
 (0)