mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 08:22:17 +00:00
(svn r15082) -Codechange: make the AI library path also a searchdir instead of manually manufacturing it into a searchdir.
This commit is contained in:
@@ -218,6 +218,7 @@ const char *_subdirs[NUM_SUBDIRS] = {
|
||||
"data" PATHSEP,
|
||||
"lang" PATHSEP,
|
||||
"ai" PATHSEP,
|
||||
"ai" PATHSEP "library" PATHSEP,
|
||||
};
|
||||
|
||||
const char *_searchpaths[NUM_SEARCHPATHS];
|
||||
|
||||
Reference in New Issue
Block a user