(svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible.
-Codechange: add support for personal directories on Windows. -Fix [FS#153, FS#193, FS#502, FS#816, FS#854]: fix issues related to fixed names, fixed places of files/directories and application bundles.
This commit is contained in:
@@ -265,21 +265,6 @@ struct Cheats {
|
||||
|
||||
VARDEF Cheats _cheats;
|
||||
|
||||
struct Paths {
|
||||
char *personal_dir; // includes cfg file and save folder
|
||||
char *game_data_dir; // includes data, gm, lang
|
||||
char *data_dir;
|
||||
char *gm_dir;
|
||||
char *lang_dir;
|
||||
char *save_dir;
|
||||
char *autosave_dir;
|
||||
char *scenario_dir;
|
||||
char *heightmap_dir;
|
||||
char *second_data_dir;
|
||||
};
|
||||
|
||||
VARDEF Paths _paths;
|
||||
|
||||
/* NOSAVE: Used in palette animations only, not really important. */
|
||||
VARDEF int _timer_counter;
|
||||
|
||||
|
Reference in New Issue
Block a user