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:
2022-08-27 10:16:49 +02:00
parent d7c826fac6
commit 4995cac9b8
4 changed files with 34 additions and 10 deletions

View File

@ -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;