summaryrefslogtreecommitdiff
path: root/src/ai/ai_scanner.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-03-14 23:57:37 +0000
committeryexo <yexo@openttd.org>2009-03-14 23:57:37 +0000
commit86a9df82b733db7c95ef1ffc659ec7d5f11fe755 (patch)
tree86fcb9623d3f9544ba6e7e54a0235595090a48a5 /src/ai/ai_scanner.hpp
parentbbb28d210a37ecf53170030624eb91c899972b39 (diff)
downloadopenttd-86a9df82b733db7c95ef1ffc659ec7d5f11fe755.tar.xz
(svn r15716) -Change [NoAI]: AI libraries should now be stored in ai/library/<library_name>/ instead of ai/library/<category_name>/<library_name>/. Libraries inside tar files are not affected.
Diffstat (limited to 'src/ai/ai_scanner.hpp')
-rw-r--r--src/ai/ai_scanner.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_scanner.hpp b/src/ai/ai_scanner.hpp
index b79cf4984..dbbadb1e8 100644
--- a/src/ai/ai_scanner.hpp
+++ b/src/ai/ai_scanner.hpp
@@ -88,7 +88,7 @@ private:
* For library-scan, if a library is found, AILibrary is created, and the
* library is registered to the central system.
*/
- void ScanDir(const char *dirname, bool library_dir, bool library_recursive = false);
+ void ScanDir(const char *dirname, bool library_dir);
AIInfo *info_dummy;
AIInfoList info_list;