From 029a26a041ea8146422a2cdfc065c69e9ca87720 Mon Sep 17 00:00:00 2001 From: stpohle Date: Thu, 23 Sep 2004 13:21:44 +0000 Subject: [PATCH] udp_send:: Invalid argument, error fixed. net_delplayer_send had a problem with the local second player --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6fd8f37..75d7fd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -$Id: ChangeLog,v 1.81 2004/09/23 13:19:57 stpohle Exp $ +$Id: ChangeLog,v 1.82 2004/09/23 13:21:44 stpohle Exp $ * NEED TO FIX: Server starts the game soo fast that the client's ignore the gamestat for a running game. @@ -8,6 +8,9 @@ $Id: ChangeLog,v 1.81 2004/09/23 13:19:57 stpohle Exp $ 2004-09-23 +- little work on the AI, there are still some kind of + problems. Maybe i'll rewrite the whole AI again. + - changed: Playermenu (F2 in the Playerselection screen). You will see some details about the other players and you can go to the teammenu from here.