Transfer small blind and minimum raise amount to client.

This commit is contained in:
lotodore
2007-10-07 22:49:07 +00:00
parent 0547b7b37f
commit d11b35a1a7
7 changed files with 36 additions and 4 deletions
+2
View File
@@ -737,6 +737,7 @@ public:
struct Data
{
u_int16_t yourCards[2];
u_int32_t smallBlind;
};
NetPacketHandStart();
@@ -761,6 +762,7 @@ public:
{
GameState gameState;
u_int32_t playerId;
u_int32_t minimumRaise;
};
NetPacketPlayersTurn();