(svn r3245) -Add: allow OpenTTD to give his GPMI-params to the GPMI modules

This commit is contained in:
truelight
2005-11-29 15:53:15 +00:00
parent 2eb1c8a215
commit c963c59b67
3 changed files with 26 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ typedef struct AIStruct {
#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)
char gpmi_param[128]; //! The params given to the gpmi_mod
#endif /* GPMI */
} AIStruct;