X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fnetwork.h;h=162f0f7df98d28e12fa1fd774dd61bbc44836a12;hb=34efaa3925a28cb95ecb05bf2c693c16f6edfe2f;hp=036b8975177fe49a467a74d368038a2a963b86ef;hpb=e5c5bf5c4a76a04f9bf64e92227bf2ef969fd25c;p=rocksndiamonds.git diff --git a/src/network.h b/src/network.h index 036b8975..162f0f7d 100644 --- a/src/network.h +++ b/src/network.h @@ -17,7 +17,7 @@ #include "main.h" boolean ConnectToServer(char *, int); -void SendToServer_Nickname(char *); +void SendToServer_PlayerName(char *); void SendToServer_ProtocolVersion(void); void SendToServer_NrWanted(int); void SendToServer_StartPlaying(void);