Playing a tableRow 3 card from the stack puts it to grave. (#3547)

* Playing a tableRow 3 card from the stack puts it to grave.

* move to top by resetting pos

* Zach touch

Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com>
This commit is contained in:
Rob Blanckaert 2019-02-03 02:33:38 -08:00 committed by ctrlaltca
parent ba985f97e5
commit 5e38214675
2 changed files with 13 additions and 6 deletions

View file

@ -40,7 +40,7 @@ class CommandContainer;
class GameCommand;
class GameEvent;
class GameEventContext;
class Event_ConnectionStateChanged;
// class Event_ConnectionStateChanged;
class Event_GameSay;
class Event_Shuffle;
class Event_RollDie;
@ -265,7 +265,7 @@ private:
void initSayMenu();
void eventConnectionStateChanged(const Event_ConnectionStateChanged &event);
// void eventConnectionStateChanged(const Event_ConnectionStateChanged &event);
void eventGameSay(const Event_GameSay &event);
void eventShuffle(const Event_Shuffle &event);
void eventRollDie(const Event_RollDie &event);