Start position of dealer is now set via network. Added files for network client engine. Added factory code.
This commit is contained in:
+2
-1
@@ -194,7 +194,8 @@ class NetPacketGameStart : public NetPacket
|
||||
public:
|
||||
struct Data
|
||||
{
|
||||
u_int32_t reserved;
|
||||
u_int16_t startDealerPos;
|
||||
u_int16_t reserved;
|
||||
};
|
||||
|
||||
NetPacketGameStart();
|
||||
|
||||
Reference in New Issue
Block a user