mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 16:43:55 -07:00
reduced game selector minimum height; server race conditions fixed
This commit is contained in:
parent
7ae0e31964
commit
2d8b12a576
9 changed files with 40 additions and 45 deletions
|
|
@ -34,6 +34,7 @@ class ServerInfo_User;
|
|||
class Server_Game : public QObject {
|
||||
Q_OBJECT
|
||||
private:
|
||||
Server_Room *room;
|
||||
ServerInfo_User *creatorInfo;
|
||||
QMap<int, Server_Player *> players;
|
||||
bool gameStarted;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue