More work on spectator mode.

This commit is contained in:
lotodore
2013-06-16 10:43:13 +02:00
parent 6e55351389
commit 00543b7560
13 changed files with 271 additions and 45 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ public:
const std::string &GetName() const;
unsigned GetCreatorDBId() const;
void AddSession(boost::shared_ptr<SessionData> session);
void AddSession(boost::shared_ptr<SessionData> session, bool spectateOnly);
void RemovePlayer(unsigned playerId, unsigned errorCode);
void MutePlayer(unsigned playerId, bool mute);
void MarkPlayerAsInactive(unsigned playerId);