Fix server issue with player limit of ranking games.
This commit is contained in:
@@ -36,11 +36,7 @@
|
|||||||
#define POKERTH_BETA_RELEASE_STRING "0.8-beta1"
|
#define POKERTH_BETA_RELEASE_STRING "0.8-beta1"
|
||||||
|
|
||||||
#define RANKING_GAME_START_CASH 10000
|
#define RANKING_GAME_START_CASH 10000
|
||||||
#ifdef POKERTH_IS_08BETA
|
|
||||||
#define RANKING_GAME_NUMBER_OF_PLAYERS 5
|
#define RANKING_GAME_NUMBER_OF_PLAYERS 5
|
||||||
#else
|
|
||||||
#define RANKING_GAME_NUMBER_OF_PLAYERS 10
|
|
||||||
#endif
|
|
||||||
#define RANKING_GAME_START_SBLIND 50
|
#define RANKING_GAME_START_SBLIND 50
|
||||||
#define RANKING_GAME_RAISE_EVERY_HAND 11
|
#define RANKING_GAME_RAISE_EVERY_HAND 11
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user