From 6a4ba84320ae137793760b628dad23de29d0b633 Mon Sep 17 00:00:00 2001 From: truelight Date: Tue, 22 Nov 2005 15:55:38 +0000 Subject: (svn r3226) -Fix: GPMI implementation had minor glitches -Fix: the AI speed control is done by the AI-core, individual AIs don't have to do it (so, AIs were delayed twice ;) -Add: Support for AI-network-clients (an AI, connecting to a remote server) -Fix: minor AI-core problems --- ai/ai.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ai/ai.h') diff --git a/ai/ai.h b/ai/ai.h index 174cf287c..910e050b1 100644 --- a/ai/ai.h +++ b/ai/ai.h @@ -31,7 +31,7 @@ typedef struct AIStruct { /* For network-clients (a OpenTTD client who acts as an AI connected to a server) */ bool network_client; //! Are we a network_client? - uint8 network_player; //! The current network player we are connected as + uint8 network_playas; //! The current network player we are connected as } AIStruct; VARDEF AIStruct _ai; -- cgit v1.2.3-54-g00ecf