server shouldn't update client ping in local games

This commit is contained in:
Max-Wilhelm Bruker 2010-09-09 03:41:01 +02:00
parent 62bf2572a9
commit daf1fa18aa
5 changed files with 11 additions and 5 deletions

View file

@ -34,6 +34,7 @@ public:
virtual QString getLoginMessage() const = 0;
Server_Game *createGame(const QString &description, const QString &password, int maxPlayers, bool spectatorsAllowed, bool spectatorsNeedPassword, bool spectatorsCanTalk, bool spectatorsSeeEverything, Server_ProtocolHandler *creator);
virtual bool getGameShouldPing() const = 0;
virtual int getMaxGameInactivityTime() const = 0;
virtual int getMaxPlayerInactivityTime() const = 0;
private: