diff options
Diffstat (limited to 'server/player.h')
-rw-r--r-- | server/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/player.h b/server/player.h index 27b2757..af27721 100644 --- a/server/player.h +++ b/server/player.h @@ -54,7 +54,7 @@ class Player : public boost::enable_shared_from_this<Player> { void round_start(); //! Send round state. - void round_state(State::p state); + void round_state(State state); //! Get action. void get_action(boost::function<void (Action)> callback); |