mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-25 14:07:03 +02:00
Changes from mercurial repository.
This commit is contained in:
parent
44bb32f476
commit
98c68897d8
135 changed files with 2686 additions and 26965 deletions
|
@ -314,7 +314,7 @@ CServer::disconnect()
|
|||
UInt32
|
||||
CServer::getNumClients() const
|
||||
{
|
||||
return m_clients.size();
|
||||
return (SInt32)m_clients.size();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue