Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
botder authored Jan 10, 2025
1 parent b070542 commit c2e1774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/mods/deathmatch/logic/CClientRadarMarker.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ class CClientRadarMarker final : public CClientEntity
void SetPosition(const CVector& vecPosition);
void GetPosition(CVector& vecPosition) const;

unsigned short GetScale() const noexcept { return m_usScale; };
unsigned short GetScale() const noexcept { return m_usScale; }
void SetScale(unsigned short usScale);

SColor GetColor() const noexcept { return m_Color; }
void SetColor(const SColor color);

unsigned long GetSprite() const noexcept { return m_ulSprite; };
unsigned long GetSprite() const noexcept { return m_ulSprite; }
void SetSprite(unsigned long ulSprite);

bool IsVisible() const { return m_bIsVisible; };
Expand Down

0 comments on commit c2e1774

Please sign in to comment.