Skip to content

Commit

Permalink
Add players string vector to roomData
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Mar 27, 2018
1 parent 7027dce commit b323c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RoomWheel.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class RoomData {
inline unsigned int State() { return m_state; }
inline unsigned int GetFlags() { return m_iFlags; }
RoomData() { m_name=""; m_description=""; m_state=0; m_iFlags=0; }
vector<string> players;
private:
std::string m_name;
std::string m_description;
Expand Down

0 comments on commit b323c87

Please sign in to comment.