bugfix for #275: remove dealerPosition from constructor of localBoard and transmit when it's needed

This commit is contained in:
floty
2014-03-02 00:50:28 +01:00
parent 3cbb365c61
commit 7f3c8a8608
14 changed files with 22 additions and 36 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ public:
virtual void collectSets() =0;
virtual void collectPot() =0;
virtual void distributePot() =0;
virtual void distributePot(unsigned) =0;
virtual void determinePlayerNeedToShowCards() =0;
virtual std::list<unsigned> getWinners() const =0;