(svn r15082) -Codechange: make the AI library path also a searchdir instead of manually manufacturing it into a searchdir.

This commit is contained in:
rubidium
2009-01-14 15:20:06 +00:00
parent ff4fcdb03c
commit ea5457d831
3 changed files with 3 additions and 1 deletions

View File

@@ -218,6 +218,7 @@ const char *_subdirs[NUM_SUBDIRS] = {
"data" PATHSEP,
"lang" PATHSEP,
"ai" PATHSEP,
"ai" PATHSEP "library" PATHSEP,
};
const char *_searchpaths[NUM_SEARCHPATHS];