mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 00:53:55 -07:00
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…
Add table
Add a link
Reference in a new issue