More code cleaning.

This commit is contained in:
2021-09-28 07:01:37 -07:00
parent 31b6ff1eec
commit d4bf86e6d1
28 changed files with 85 additions and 390 deletions

View File

@ -10,7 +10,7 @@
#include "../util/array.h"
/** How many chips each player has by defautl */
#define POKER_BET_PLAYER_CHIPS_DEFAULT 10000
#define POKER_BET_PLAYER_CHIPS_DEFAULT 1200
/** The default blind cost for the big blind. */
#define POKER_BET_BLIND_BIG_DEFAULT 600