Make isLocalGame
const
This commit is contained in:
parent
c1aebc1af5
commit
2376a7dbc0
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ private:
|
||||||
QMap<int, QString> roomGameTypes;
|
QMap<int, QString> roomGameTypes;
|
||||||
int hostId;
|
int hostId;
|
||||||
int localPlayerId;
|
int localPlayerId;
|
||||||
bool isLocalGame;
|
const bool isLocalGame;
|
||||||
bool spectator;
|
bool spectator;
|
||||||
QMap<int, Player *> players;
|
QMap<int, Player *> players;
|
||||||
QMap<int, ServerInfo_User> spectators;
|
QMap<int, ServerInfo_User> spectators;
|
||||||
|
|
Loading…
Reference in a new issue