From 784213978b0e648880beaaf26c8240fea1563184 Mon Sep 17 00:00:00 2001 From: Zach Halpern Date: Sun, 12 May 2024 20:58:13 -0400 Subject: [PATCH] Format --- cockatrice/src/player.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cockatrice/src/player.cpp b/cockatrice/src/player.cpp index 13a4cc681..e63033761 100644 --- a/cockatrice/src/player.cpp +++ b/cockatrice/src/player.cpp @@ -110,9 +110,9 @@ void PlayerArea::setPlayerZoneId(int _playerZoneId) } 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), - lastTokenTableRow(0), id(_id), active(false), local(_local), judge(_judge), mirrored(false), handVisible(false), - conceded(false), zoneId(0), dialogSemaphore(false), deck(nullptr) + : QObject(_parent), game(_parent), movingCardsUntil(false), isCreatingArrow(false), shortcutsActive(false), + lastTokenDestroy(true), lastTokenTableRow(0), id(_id), active(false), local(_local), judge(_judge), + mirrored(false), handVisible(false), conceded(false), zoneId(0), dialogSemaphore(false), deck(nullptr) { userInfo = new ServerInfo_User; userInfo->CopyFrom(info);