Skip to content

Commit c2e1774

Browse files
authored
Apply suggestions from code review
1 parent b070542 commit c2e1774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Client/mods/deathmatch/logic/CClientRadarMarker.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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; };

0 commit comments

Comments
 (0)