WTP reads two configs no
It read 1st the file startup.ckv, wich will never be overwritten. And then config.ckv, wich will saved when ever config cahnges ar made.
This commit is contained in:
@ -27,7 +27,8 @@ struct bootcfg{
|
||||
const char * modnames[MAX_MODS];
|
||||
int nmods;
|
||||
const char * modpath;
|
||||
const char * cfgfilename;
|
||||
const char * config_file;
|
||||
const char * startup_file;
|
||||
};
|
||||
|
||||
extern struct bootcfg bootcfg;
|
||||
|
Reference in New Issue
Block a user