From ceb6d4d78370879986d911df9bdf27f2d931759b Mon Sep 17 00:00:00 2001 From: rabscootle Date: Thu, 27 Feb 2025 18:52:57 -0600 Subject: [PATCH] Update comment --- src/game/client/tf/tf_hud_match_status.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/client/tf/tf_hud_match_status.cpp b/src/game/client/tf/tf_hud_match_status.cpp index 27912b996..1fda3fdbb 100644 --- a/src/game/client/tf/tf_hud_match_status.cpp +++ b/src/game/client/tf/tf_hud_match_status.cpp @@ -575,7 +575,7 @@ void CTFHudMatchStatus::FireGameEvent( IGameEvent * event ) const IMatchGroupDescription* pMatchDesc = GetMatchGroupDescription( TFGameRules()->GetCurrentMatchGroup() ); - //FIX: Refresh versus doors so Casual late-joiners do not see the wrong skin + // FIX: Refresh versus doors so late-joiners do not see the wrong skin int nSkin = 0; int nSubModel = 0; if (pMatchDesc->BGetRoundDoorParameters(nSkin, nSubModel))