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
commit90e50e5ca9785af69076aa8c4ae177f54e1c9bb9 (patch)
treea71d1010bc421c8702c2fb37e41c0ae1e8fb6d5c /ai/ai.h
parent4c76c9a45ab2aa3adbb4be6d61d43300dacaeee3 (diff)
downloadopenttd-90e50e5ca9785af69076aa8c4ae177f54e1c9bb9.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;