(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