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 Apr 9, 2024
1 parent 7d81c4c commit f2bbbf1
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 f2bbbf1

Please sign in to comment.