Skip to content
Snippets Groups Projects
Commit 04bb1bf8 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Actually save the library's virtual sub-directory naming option value.

parent e54263fd
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3122 passed
......@@ -766,9 +766,10 @@ BOOL write_file_cfg(scfg_t* cfg, int backup_level)
c = cfg->lib[i]->sort;
put_int(c,stream);
put_int(cfg->lib[i]->misc,stream);
n=0x0000;
for(j=0;j<1;j++)
put_int(n,stream);
c = cfg->lib[i]->vdir_name;
put_int(c,stream);
c = 0x00;
put_int(c,stream);
n=0xffff;
for(j=0;j<16;j++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment