(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

@@ -20,6 +20,7 @@ enum Subdirectory {
DATA_DIR, ///< Subdirectory for all data (GRFs, sample.cat, intro game)
LANG_DIR, ///< Subdirectory for all translation files
AI_DIR, ///< Subdirectory for all AI files
AI_LIBRARY_DIR,///< Subdirectory for all AI libraries
NUM_SUBDIRS, ///< Number of subdirectories
NO_DIRECTORY, ///< A path without any base directory
};