Skip to content

Commit

Permalink
Refactor server CLuaBlipDefs to use new parser (PR #3537)
Browse files Browse the repository at this point in the history
  • Loading branch information
FileEX authored Jan 10, 2025
1 parent d7adae6 commit c278c12
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 383 deletions.
2 changes: 1 addition & 1 deletion Server/mods/deathmatch/logic/CBlip.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CBlip : public CPerPlayerEntity
const CVector& GetPosition();
void SetPosition(const CVector& vecPosition);

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

void AttachTo(CElement* pElement);
Expand Down
Loading

0 comments on commit c278c12

Please sign in to comment.