From 6caa3da6a2da23fe8cd8e8fdc8074a1022a00163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atle=20Hellvik=20Havs=C3=B8?= Date: Sat, 20 Nov 2010 12:18:25 +0100 Subject: Wait for action from player 0 (East) at the start of a round. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Atle Hellvik Havsø --- server/game.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'server/game.h') diff --git a/server/game.h b/server/game.h index dc3a9ff..634ea4d 100644 --- a/server/game.h +++ b/server/game.h @@ -31,6 +31,13 @@ class Game : public boost::enable_shared_from_this { //! The current state of the game State::p game_state; + int num_player_actions; + + bool east_action; + bool west_action; + bool south_action; + bool north_action; + //! Handle Ready message from player. void handle_ready(); -- cgit v1.2.3