Make isLocalGame const

This commit is contained in:
Kevin Boxhoorn 2016-10-05 09:43:22 +11:00
parent c1aebc1af5
commit 2376a7dbc0

View file

@ -111,7 +111,7 @@ private:
QMap<int, QString> roomGameTypes;
int hostId;
int localPlayerId;
bool isLocalGame;
const bool isLocalGame;
bool spectator;
QMap<int, Player *> players;
QMap<int, ServerInfo_User> spectators;