forked from mirror/OpenTTD
(svn r21851) -Codechange: rename NetworkClientSetPassword to NetworkClientSetCompanyPassword (dihedral)
This commit is contained in:
@@ -1178,7 +1178,7 @@ void NetworkClientSendChat(NetworkAction action, DestType type, int dest, const
|
||||
MyClient::SendChat(action, type, dest, msg, data);
|
||||
}
|
||||
|
||||
void NetworkClientSetPassword(const char *password)
|
||||
void NetworkClientSetCompanyPassword(const char *password)
|
||||
{
|
||||
MyClient::SendSetPassword(password);
|
||||
}
|
||||
|
Reference in New Issue
Block a user