diff --git a/csmash/Network.cpp b/csmash/Network.cpp index bfc0084..cf46b87 100644 --- a/csmash/Network.cpp +++ b/csmash/Network.cpp @@ -650,7 +650,7 @@ WaitForClient() { return true; } -bool +void ConnectToServer() { char buf[128]; int i; diff --git a/csmash/Network.h b/csmash/Network.h index 736d005..125788d 100644 --- a/csmash/Network.h +++ b/csmash/Network.h @@ -55,7 +55,7 @@ void ClearSocket(); bool GetSocket(); bool WaitForClient(); -bool ConnectToServer(); +void ConnectToServer(); void ServerAdjustClock(); void ClientAdjustClock();