(svn r6780) -Codechange: Remove GPMI leftovers (-b impersonisation of AI in MP).

This commit is contained in:
Darkvater
2006-10-15 17:01:19 +00:00
parent 5a1ee9e02b
commit b2110cbaed
7 changed files with 7 additions and 67 deletions

View File

@@ -32,10 +32,6 @@ typedef struct AIStruct {
/* General */
bool enabled; ///< Is AI enabled?
uint tick; ///< The current tick (something like _frame_counter, only for AIs)
/* 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_playas; ///< The current network player we are connected as
} AIStruct;
VARDEF AIStruct _ai;