mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 23:14:20 +08:00
Changes from mercurial repository.
This commit is contained in:
@@ -314,7 +314,7 @@ CServer::disconnect()
|
||||
UInt32
|
||||
CServer::getNumClients() const
|
||||
{
|
||||
return m_clients.size();
|
||||
return (SInt32)m_clients.size();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user