File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Client/mods/deathmatch/logic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ class CClientRadarMarker final : public CClientEntity
3939 void SetPosition (const CVector& vecPosition);
4040 void GetPosition (CVector& vecPosition) const ;
4141
42- unsigned short GetScale () const noexcept { return m_usScale; };
42+ unsigned short GetScale () const noexcept { return m_usScale; }
4343 void SetScale (unsigned short usScale);
4444
4545 SColor GetColor () const noexcept { return m_Color; }
4646 void SetColor (const SColor color);
4747
48- unsigned long GetSprite () const noexcept { return m_ulSprite; };
48+ unsigned long GetSprite () const noexcept { return m_ulSprite; }
4949 void SetSprite (unsigned long ulSprite);
5050
5151 bool IsVisible () const { return m_bIsVisible; };
You can’t perform that action at this time.
0 commit comments