From 088b544805f90515d626b1e140060f7666c94910 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Thu, 2 Dec 2010 02:06:14 +0100 Subject: Added RoundState::current_player; --- common/message.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/message.h b/common/message.h index 53e6b5e..1d78889 100644 --- a/common/message.h +++ b/common/message.h @@ -183,12 +183,18 @@ namespace Message { players[3] = pl_l; } + //! Players. Player players[4]; + //! List of dora/kandora. Tiles dora; + //! List of actions client must return one of. Actions possible_actions; + //! Current player, relative to client. 0 = self, 1 = shimocha and so on. + int current_player; + template void serialize(Archive & ar, const unsigned int v) { ar & players; -- cgit v1.2.3