network.c
changeset 4908 64afa4a8aa79
parent 4883 801b93ae218c
child 4912 d04b3f2bca70
--- a/network.c	Sat Oct 21 22:33:45 2006 +0000
+++ b/network.c	Sat Oct 21 22:38:50 2006 +0000
@@ -150,7 +150,7 @@
 				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);