We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ea5ed commit 61ca3f7Copy full SHA for 61ca3f7
src/game/client/tf/tf_hud_match_status.cpp
@@ -580,6 +580,12 @@ void CTFHudMatchStatus::FireGameEvent( IGameEvent * event )
580
int nSubModel = 0;
581
if (pMatchDesc->BGetRoundDoorParameters(nSkin, nSubModel))
582
{
583
+ // Is VS doors model not initialized yet?
584
+ if (m_pMatchStartModelPanel->m_hModel == NULL)
585
+ {
586
+ m_pMatchStartModelPanel->UpdateModel();
587
+ }
588
+
589
m_pMatchStartModelPanel->SetBodyGroup( "logos", nSubModel );
590
m_pMatchStartModelPanel->UpdateModel();
591
m_pMatchStartModelPanel->SetSkin( nSkin );
0 commit comments