diff options
Diffstat (limited to 'network_data.c')
-rw-r--r-- | network_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network_data.c b/network_data.c index bc8074eb2..f2d370749 100644 --- a/network_data.c +++ b/network_data.c @@ -114,7 +114,7 @@ void NetworkSend_Packet(Packet *packet, NetworkClientState *cs) // this handles what to do. // For clients: close connection and drop back to main-menu // For servers: close connection and that is it -NetworkRecvStatus CloseConnection(NetworkClientState *cs) +static NetworkRecvStatus CloseConnection(NetworkClientState *cs) { NetworkCloseClient(cs); |