From 4bd161ab062f469db0943dc44c7724e65b7be1b4 Mon Sep 17 00:00:00 2001 From: Jeffrey Oliver Date: Wed, 11 Feb 2015 20:31:00 -0800 Subject: [PATCH] Put back the new action. --- cockatrice/src/player.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cockatrice/src/player.cpp b/cockatrice/src/player.cpp index bce54253..0b96eeff 100644 --- a/cockatrice/src/player.cpp +++ b/cockatrice/src/player.cpp @@ -415,7 +415,9 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare connect(aPlay, SIGNAL(triggered()), this, SLOT(actPlay())); aHide = new QAction(this); connect(aHide, SIGNAL(triggered()), this, SLOT(actHide())); - + aPlayFacedown = new QAction(this); + connect(aPlayFacedown, SIGNAL(triggered()), this, SLOT(actPlayFacedown())); + for (int i = 0; i < 3; ++i) { QAction *tempAddCounter = new QAction(this); tempAddCounter->setData(9 + i * 1000);