(svn r3244) -Fix: [GPMI] Even more GPMI based AI-code cleanup, bug fixes, and you can now control the AI that is going to boot
This commit is contained in:
4
ai/ai.h
4
ai/ai.h
@@ -40,6 +40,10 @@ typedef struct AIStruct {
|
||||
uint8 network_playas; //! The current network player we are connected as
|
||||
|
||||
bool gpmi; //! True if we want GPMI AIs
|
||||
#ifdef GPMI
|
||||
gpmi_module *gpmi_mod; //! The module controller for GPMI based AIs (Event-handling)
|
||||
gpmi_package *gpmi_pkg; //! The package controller for GPMI based AIs (Functions)
|
||||
#endif /* GPMI */
|
||||
} AIStruct;
|
||||
|
||||
VARDEF AIStruct _ai;
|
||||
|
||||
Reference in New Issue
Block a user