@@ -72,7 +72,7 @@ class CASWHudEmotes : public CASW_HudElement, public vgui::Panel
7272 CPanelAnimationVarAliasType ( int , m_nSentryUpTexture, " SentryUpTexture" , " vgui/swarm/ClassIcons/SentryBuild" , " textureid" );
7373 CPanelAnimationVarAliasType ( int , m_nSentryDnTexture, " SentryDnTexture" , " vgui/swarm/ClassIcons/SentryDismantle" , " textureid" );
7474 CPanelAnimationVarAliasType ( int , m_nHackTexture, " HackTexture" , " vgui/swarm/ClassIcons/HackIcon" , " textureid" );
75- CPanelAnimationVarAliasType ( int , m_nWeldTexture, " WeldTexture" , " vgui/swarm/ClassIcons/WeldIcon " , " textureid" );
75+ CPanelAnimationVarAliasType (int , m_nWeldTexture, " WeldTexture" , " vgui/swarm/Emotes/EmoteWelder " , " textureid" );
7676 CPanelAnimationVarAliasType ( int , m_nReviveMarineTexture, " ReviveMarineTexture" , " vgui/swarm/ClassIcons/revivemarine" , " textureid" );
7777
7878 // Traitors emotes
@@ -155,7 +155,7 @@ void CASWHudEmotes::PaintEmotesFor( C_ASW_Marine *pMarine )
155155 if ( pMarine->m_iClientEmote & ( 1 << 14 ) )
156156 PaintEmote ( pMarine, pMarine->m_fEmoteThanksTime , m_nThanksTexture );
157157 if (pMarine->m_iClientEmote & (1 << 15 ) )
158- PaintEmote (pMarine, pMarine->m_fEmoteWeldTime , m_nWeldTexture, 1 . 5f );
158+ PaintEmote (pMarine, pMarine->m_fEmoteWeldTime , m_nWeldTexture);
159159
160160 if (_rd_traitors_challenge_enabled.GetBool ())
161161 {
0 commit comments