Skip to content

Commit 6699560

Browse files
committed
hlmv: Correctly apply new style dialogs
1 parent 871f6bd commit 6699560

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

utils/hlmv/mdlviewer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,8 @@ bool CHLModelViewerApp::PreInit( )
14921492
}
14931493

14941494
g_pMaterialSystem->SetAdapter( nAdapter, nAdapterFlags );
1495-
g_bOldFileDialogs = !CommandLine()->FindParm( "-NoSteamdDialog" );
1495+
// dimhotepus: Fix typo.
1496+
g_bOldFileDialogs = !CommandLine()->FindParm( "-NoSteamDialog" );
14961497

14971498
LoadFileSystemDialogModule();
14981499

0 commit comments

Comments
 (0)