(svn r6878) -Fix r6876 +add network.c, network_client.c

This commit is contained in:
Darkvater
2006-10-21 22:38:50 +00:00
parent b3df5e5477
commit c12a9e19c3
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ void CDECL NetworkTextMessage(NetworkAction action, uint16 color, bool self_send
snprintf(message, sizeof(message), "*** %s %s", name, temp);
}
break;
case NETWORK_ACTION_CHAT_PLAYER:
case NETWORK_ACTION_CHAT_COMPANY:
if (self_send) {
SetDParamStr(0, name);
GetString(temp, STR_NETWORK_CHAT_TO_COMPANY);