Skip to content

Commit

Permalink
Transports: Remove redundant typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed May 5, 2024
1 parent beca740 commit d16f98a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game/Entities/Transports.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class GenericTransport : public GameObject
void UpdatePosition(float x, float y, float z, float o);
void UpdatePassengerPosition(WorldObject* object);

typedef std::set<Player*> PlayerSet;
PassengerSet& GetPassengers() { return m_passengers; }

/// This method transforms supplied transport offsets into global coordinates
Expand Down

0 comments on commit d16f98a

Please sign in to comment.