Network: First round seems to work fine now. Pot/sets not yet displayed correctly.

This commit is contained in:
lotodore
2007-05-24 20:26:23 +00:00
parent 69ab45c902
commit 5431f0b93a
19 changed files with 233 additions and 147 deletions
+2 -2
View File
@@ -295,8 +295,8 @@ public:
GameState gameState;
u_int16_t playerId;
PlayerAction playerAction;
u_int32_t playerBet;
u_int32_t curPlayerMoney;
u_int32_t totalPlayerBet;
u_int32_t playerMoney;
u_int32_t potSize;
u_int32_t curHandBets;
};