run() -> postRiverRun() in localberopostriver.cpp

This commit is contained in:
floty
2007-08-22 20:49:07 +00:00
parent 5469ba6772
commit c44d14400a
7 changed files with 14 additions and 3 deletions
+2
View File
@@ -36,6 +36,8 @@ public:
void nextPlayer();
void run();
void postRiverRun() {};
protected:
HandInterface* getMyHand() const { return myHand; }
@@ -34,7 +34,7 @@ LocalBeRoPostRiver::~LocalBeRoPostRiver()
}
void LocalBeRoPostRiver::run() {
void LocalBeRoPostRiver::postRiverRun() {
int i;
+1 -1
View File
@@ -34,7 +34,7 @@ public:
void setHighestCardsValue(int theValue) { highestCardsValue = theValue;}
int getHighestCardsValue() const { return highestCardsValue;}
void run();
void postRiverRun();
void distributePot();
private: