(svn r10188) -Codechange: make it a little easier to load a savegame from the console:

-g <absolute path>
 -g <relative path from current working directory>
 -g <relative path from within the savegame directory>
This commit is contained in:
rubidium
2007-06-17 20:09:05 +00:00
parent 265d5ea813
commit c016eca97f
4 changed files with 12 additions and 6 deletions

View File

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