@@ -68,7 +68,7 @@ class CASWHudEmotes : public CASW_HudElement, public vgui::Panel
6868 CPanelAnimationVarAliasType ( int , m_nAnimeTexture, " AnimeEmoteTexture" , " vgui/swarm/Emotes/EmoteAnime" , " textureid" );
6969 CPanelAnimationVarAliasType ( int , m_nQuestionTexture, " QuestionTexture" , " vgui/swarm/Emotes/EmoteQuestion" , " textureid" );
7070 CPanelAnimationVarAliasType ( int , m_nThanksTexture, " ThanksTexture" , " vgui/swarm/Emotes/EmoteThanks" , " textureid" );
71-
71+ CPanelAnimationVarAliasType ( int , m_nWeldEmoteTexture, " WeldEmoteTexture " , " vgui/swarm/Emotes/EmoteWelder " , " textureid " );
7272 CPanelAnimationVarAliasType ( int , m_nWrenchTexture, " WrenchTexture" , " vgui/swarm/ClassIcons/EngineerIcon" , " textureid" );
7373 CPanelAnimationVarAliasType ( int , m_nSentryUpTexture, " SentryUpTexture" , " vgui/swarm/ClassIcons/SentryBuild" , " textureid" );
7474 CPanelAnimationVarAliasType ( int , m_nSentryDnTexture, " SentryDnTexture" , " vgui/swarm/ClassIcons/SentryDismantle" , " textureid" );
@@ -148,6 +148,8 @@ void CASWHudEmotes::PaintEmotesFor( C_ASW_Marine *pMarine )
148148 PaintEmote ( pMarine, pMarine->m_fEmoteQuestionTime , m_nQuestionTexture );
149149 if ( pMarine->m_iClientEmote & ( 1 << 14 ) )
150150 PaintEmote ( pMarine, pMarine->m_fEmoteThanksTime , m_nThanksTexture );
151+ if (pMarine->m_iClientEmote & (1 << 15 ) )
152+ PaintEmote (pMarine, pMarine->m_fEmoteWeldTime , m_nWeldEmoteTexture);
151153
152154 bool bBuildingSentry = false ;
153155 bool bWelding = false ;
0 commit comments