aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/shared/GameStats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/shared/GameStats.cpp')
-rw-r--r--mp/src/game/shared/GameStats.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mp/src/game/shared/GameStats.cpp b/mp/src/game/shared/GameStats.cpp
index 695dc553..d01e56fb 100644
--- a/mp/src/game/shared/GameStats.cpp
+++ b/mp/src/game/shared/GameStats.cpp
@@ -1199,6 +1199,7 @@ void CBaseGameStats_Driver::ResetData()
pKV->SetInt( "Height", dest_height );
const MaterialSystem_Config_t &config = materials->GetCurrentConfigForVideoCard();
pKV->SetInt( "Windowed", config.Windowed() == true );
+ pKV->SetInt( "MaxDxLevel", g_pMaterialSystemHardwareConfig->GetMaxDXSupportLevel() );
engine->SetGamestatsData( m_pGamestatsData );
#endif