summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-09-07 15:10:11 +0000
committertruelight <truelight@openttd.org>2005-09-07 15:10:11 +0000
commit991d5c623467ee13c0f3df90eaa2d5127a4d5be9 (patch)
tree692137bc97cba13a50b293ec5598e1abe6982f5e /Makefile
parente39bf0dc3411347759e7d55080f051d4935353c7 (diff)
downloadopenttd-991d5c623467ee13c0f3df90eaa2d5127a4d5be9.tar.xz
(svn r2921) -Codechange: moved all AI-code to 1 central place (ai/ai.c)
-Fix: removed the ability for the oldAI to cheat (this will criple him somewhat) -Add: base-code for many improvements to come in the AI-system -Add: added base-code for multiplayer AIs (DOES NOT WORK YET!)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bb1bb0a60..a5e54ddb6 100644
--- a/Makefile
+++ b/Makefile
@@ -681,6 +681,8 @@ C_SOURCES += sound/null_s.c
C_SOURCES += video/dedicated_v.c
C_SOURCES += video/null_v.c
+# AI related files
+C_SOURCES += ai/ai.c
C_SOURCES += ai/default/default.c
C_SOURCES += ai/trolly/trolly.c
C_SOURCES += ai/trolly/build.c