mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-22 02:12:14 -07:00
Reformat code so the linter will stop yelling at me.
This commit is contained in:
parent
e70533a9bc
commit
d6035cec56
5 changed files with 26 additions and 16 deletions
|
|
@ -28,9 +28,9 @@
|
|||
#include <QVariant>
|
||||
|
||||
Server_Card::Server_Card(QString _name, QString _uuid, int _id, int _coord_x, int _coord_y, Server_CardZone *_zone)
|
||||
: zone(_zone), id(_id), coord_x(_coord_x), coord_y(_coord_y), name(_name), uuid(_uuid), tapped(false), attacking(false),
|
||||
facedown(false), color(), ptString(), annotation(), destroyOnZoneChange(false), doesntUntap(false), parentCard(0),
|
||||
stashedCard(nullptr)
|
||||
: zone(_zone), id(_id), coord_x(_coord_x), coord_y(_coord_y), name(_name), uuid(_uuid), tapped(false),
|
||||
attacking(false), facedown(false), color(), ptString(), annotation(), destroyOnZoneChange(false),
|
||||
doesntUntap(false), parentCard(0), stashedCard(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue