summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/environment.h b/src/environment.h
index 03f366b47..fa7253170 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -73,6 +73,8 @@ public:
private:
Map *m_map;
+ // peer_ids in here should be unique, except that there may be
+ // many 0s
core::list<Player*> m_players;
// Debug output goes here
std::ostream &m_dout;