aboutsummaryrefslogtreecommitdiff
path: root/mp/src/vgui2/vgui_controls/FileOpenStateMachine.cpp
diff options
context:
space:
mode:
authorJoe Ludwig <[email protected]>2013-07-04 11:20:31 -0700
committerJoe Ludwig <[email protected]>2013-07-04 11:20:31 -0700
commit77b376f8a0d8d172c51729762f80bb394534aa41 (patch)
tree79897a015745704f7202eaa6648c18f2e5312df4 /mp/src/vgui2/vgui_controls/FileOpenStateMachine.cpp
parentAdding a CONTRIBUTING file so the rights that GitHub users grant to Valve wit... (diff)
downloadsource-sdk-2013-77b376f8a0d8d172c51729762f80bb394534aa41.tar.xz
source-sdk-2013-77b376f8a0d8d172c51729762f80bb394534aa41.zip
* 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.
Diffstat (limited to 'mp/src/vgui2/vgui_controls/FileOpenStateMachine.cpp')
-rw-r--r--mp/src/vgui2/vgui_controls/FileOpenStateMachine.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}