diff options
author | truebrain <truebrain@openttd.org> | 2009-01-12 17:40:32 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2009-01-12 17:40:32 +0000 |
commit | 23050b7782af3e7b1918583eb14a9df6533ffaba (patch) | |
tree | af7b8acb9d903ab63f45cd186c4bf920326c03c7 | |
parent | dcae208dfe6e34d34036b334aedf2a5f68da2b6c (diff) | |
download | openttd-23050b7782af3e7b1918583eb14a9df6533ffaba.tar.xz |
(svn r15034) -Fix (r15027): NoAI framework no longer needs threads, so don't make source.list believe it does
-rw-r--r-- | source.list | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source.list b/source.list index 51a99cc4c..4a83acdcd 100644 --- a/source.list +++ b/source.list @@ -561,7 +561,6 @@ script/squirrel_std.hpp # AI Core ai/ai.hpp -#if HAVE_THREAD ai/ai_config.cpp ai/ai_config.hpp ai/ai_core.cpp @@ -674,7 +673,6 @@ ai/api/ai_townlist.cpp ai/api/ai_tunnel.cpp ai/api/ai_vehicle.cpp ai/api/ai_vehiclelist.cpp -#end # Blitters #if DEDICATED |