From 77b376f8a0d8d172c51729762f80bb394534aa41 Mon Sep 17 00:00:00 2001 From: Joe Ludwig Date: Thu, 4 Jul 2013 11:20:31 -0700 Subject: * Switched the SDK from checked-in projects to VPC, the Valve Project Creator. See the Getting Started document on the wiki for details. * Pulled in bug fixes from HL2 and HL2MP. --- mp/src/vgui2/vgui_controls/FileOpenStateMachine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp/src/vgui2/vgui_controls/FileOpenStateMachine.cpp') diff --git a/mp/src/vgui2/vgui_controls/FileOpenStateMachine.cpp b/mp/src/vgui2/vgui_controls/FileOpenStateMachine.cpp index 5572c753..efb91532 100644 --- a/mp/src/vgui2/vgui_controls/FileOpenStateMachine.cpp +++ b/mp/src/vgui2/vgui_controls/FileOpenStateMachine.cpp @@ -383,7 +383,7 @@ void FileOpenStateMachine::SaveFile( KeyValues *pContextKeyValues, const char *p m_OpenFileName = NULL; // Clear the P4 dialog flag for SDK users and licensees without Perforce - if ( g_pFullFileSystem->IsSteam() || CommandLine()->FindParm( "-nop4" ) ) + if ( CommandLine()->FindParm( "-nop4" ) ) { nFlags &= ~FOSM_SHOW_PERFORCE_DIALOGS; } -- cgit v1.2.3