diff --git a/src/net/common/servergamestate.cpp b/src/net/common/servergamestate.cpp index 65d098c4..2b1d81f1 100644 --- a/src/net/common/servergamestate.cpp +++ b/src/net/common/servergamestate.cpp @@ -728,7 +728,7 @@ ServerGameStateHand::EngineLoop(boost::shared_ptr server) boost::posix_time::seconds(SERVER_SHOW_CARDS_DELAY_SEC)); server->GetStateTimer().async_wait( boost::bind( - &ServerGameStateHand::TimerLoop, this, boost::asio::placeholders::error, server)); + &ServerGameStateHand::TimerShowCards, this, boost::asio::placeholders::error, server)); } else {