From 34b251bfada8bf954a32be8f1d8047a8832f1cad Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 20 Jun 2009 07:59:33 +0000 Subject: [PATCH] Fixing all in timer issue. --- src/net/common/servergamestate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {