This commit is contained in:
doitux
2007-08-10 23:34:56 +00:00
parent a9a2d33e3f
commit 7a0ae803e2
12 changed files with 28 additions and 26 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ ClientBoard::~ClientBoard()
}
void
ClientBoard::setPlayer(PlayerInterface** p)
ClientBoard::setPlayer(std::vector<boost::shared_ptr<PlayerInterface> > p)
{
boost::recursive_mutex::scoped_lock lock(m_syncMutex);
playerArray = p;