diff options
Diffstat (limited to 'server/game.h')
-rw-r--r-- | server/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/game.h b/server/game.h index 3ed97e4..f88ffd4 100644 --- a/server/game.h +++ b/server/game.h @@ -29,7 +29,7 @@ class Game : public boost::enable_shared_from_this<Game> { Wall wall; //! The current state of the game - State::p game_state; + State game_state; //! Current player, used when discarding etc int current_player; |