summaryrefslogtreecommitdiff
path: root/ai/ai.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-11-29 15:53:15 +0000
committertruelight <truelight@openttd.org>2005-11-29 15:53:15 +0000
commitc963c59b672b18e1b67eb859b83d69eb17eac647 (patch)
treea71d1010bc421c8702c2fb37e41c0ae1e8fb6d5c /ai/ai.h
parent2eb1c8a2151deef9155eb73a83873029d3b40f73 (diff)
downloadopenttd-c963c59b672b18e1b67eb859b83d69eb17eac647.tar.xz
(svn r3245) -Add: allow OpenTTD to give his GPMI-params to the GPMI modules
Diffstat (limited to 'ai/ai.h')
-rw-r--r--ai/ai.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ai/ai.h b/ai/ai.h
index af55f6506..bb56ed27d 100644
--- a/ai/ai.h
+++ b/ai/ai.h
@@ -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;