Fixing loads of msvc warnings (mainly size_t vs int issues).
This commit is contained in:
@@ -133,7 +133,7 @@ protected:
|
||||
void MoveSessionToLobby(boost::shared_ptr<SessionData> session, int reason);
|
||||
|
||||
void RemoveDisconnectedPlayers();
|
||||
size_t GetCurNumberOfPlayers() const;
|
||||
int GetCurNumberOfPlayers() const;
|
||||
void AssignPlayerNumbers(PlayerDataList &playerList);
|
||||
bool IsValidPlayer(unsigned playerId) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user