Preparing 0.8 release.

This commit is contained in:
lotodore
2010-09-25 15:27:09 +00:00
parent 9d724f8b0b
commit 0bb801acdf
5 changed files with 4 additions and 10 deletions
+1
View File
@@ -160,6 +160,7 @@ ClientThread::SendPlayerAction()
MyActionRequestMessage_t *netMyAction = &packet->GetMsg()->choice.myActionRequestMessage;
netMyAction->gameId = GetGameId();
boost::shared_ptr<PlayerInterface> myPlayer = GetGame()->getSeatsList()->front();
netMyAction->handNum = GetGame()->getCurrentHandID();
netMyAction->gameState = GetGame()->getCurrentHand()->getCurrentRound();
netMyAction->myAction = myPlayer->getMyAction();
// Only send last bet if not fold/checked.
+1 -1
View File
@@ -27,7 +27,7 @@
#include <third_party/asn1/PokerTHMessage.h>
#include <gamedata.h>
#define NET_VERSION_MAJOR 6
#define NET_VERSION_MAJOR 1
#define NET_VERSION_MINOR 0
#define MAX_FILE_DATA_SIZE 256