(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 4c76c9a45a
commit 90e50e5ca9
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;