Added error handling for networking stuff. Now checking the player action.
This commit is contained in:
@@ -151,7 +151,7 @@ public:
|
||||
|
||||
void action();
|
||||
|
||||
int checkMyAction(int targetAction, int targetBet, int alreadySet, int myCash, int highestSet, int minimumRaise, int smallBlind);
|
||||
int checkMyAction(int targetAction, int targetBet, int highestSet, int minimumRaise, int smallBlind);
|
||||
|
||||
void preflopEngine();
|
||||
void flopEngine();
|
||||
|
||||
Reference in New Issue
Block a user