mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 16:53:00 -07:00
Format
This commit is contained in:
parent
5b55ff883a
commit
784213978b
1 changed files with 3 additions and 3 deletions
|
|
@ -110,9 +110,9 @@ void PlayerArea::setPlayerZoneId(int _playerZoneId)
|
||||||
}
|
}
|
||||||
|
|
||||||
Player::Player(const ServerInfo_User &info, int _id, bool _local, bool _judge, TabGame *_parent)
|
Player::Player(const ServerInfo_User &info, int _id, bool _local, bool _judge, TabGame *_parent)
|
||||||
: QObject(_parent), game(_parent), movingCardsUntil(false), isCreatingArrow(false), shortcutsActive(false), lastTokenDestroy(true),
|
: QObject(_parent), game(_parent), movingCardsUntil(false), isCreatingArrow(false), shortcutsActive(false),
|
||||||
lastTokenTableRow(0), id(_id), active(false), local(_local), judge(_judge), mirrored(false), handVisible(false),
|
lastTokenDestroy(true), lastTokenTableRow(0), id(_id), active(false), local(_local), judge(_judge),
|
||||||
conceded(false), zoneId(0), dialogSemaphore(false), deck(nullptr)
|
mirrored(false), handVisible(false), conceded(false), zoneId(0), dialogSemaphore(false), deck(nullptr)
|
||||||
{
|
{
|
||||||
userInfo = new ServerInfo_User;
|
userInfo = new ServerInfo_User;
|
||||||
userInfo->CopyFrom(info);
|
userInfo->CopyFrom(info);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue