Fix compiler error.
This commit is contained in:
@@ -641,8 +641,8 @@ vector< vector<int> > CardsValue::calcCardsChance(GameState beRoID, int* playerC
|
|||||||
return chance;
|
return chance;
|
||||||
}
|
}
|
||||||
|
|
||||||
int** CardsValue::showdown(GameState beRoID, int** playerCards, int playerCount) {
|
//int** CardsValue::showdown(GameState beRoID, int** playerCards, int playerCount) {
|
||||||
|
//
|
||||||
// int i,j;
|
// int i,j;
|
||||||
//
|
//
|
||||||
// int** chance = new int*[2];
|
// int** chance = new int*[2];
|
||||||
@@ -657,5 +657,5 @@ int** CardsValue::showdown(GameState beRoID, int** playerCards, int playerCount)
|
|||||||
// int rand[5];
|
// int rand[5];
|
||||||
//
|
//
|
||||||
// return chance;
|
// return chance;
|
||||||
|
//
|
||||||
}
|
//}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ public:
|
|||||||
int* intCodeToHoleCards(int);
|
int* intCodeToHoleCards(int);
|
||||||
|
|
||||||
std::vector< std::vector<int> > calcCardsChance(GameState, int*, int*);
|
std::vector< std::vector<int> > calcCardsChance(GameState, int*, int*);
|
||||||
int** showdown(GameState, int**, int);
|
//int** showdown(GameState, int**, int);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user