--- np2/win9xc/ini.cpp 2004/01/22 01:10:05 1.7 +++ np2/win9xc/ini.cpp 2004/03/21 11:47:20 1.8 @@ -366,6 +366,7 @@ static const INITBL iniitem[] = { {"pc9861_j", INITYPE_BYTEARG, np2cfg.pc9861jmp, 6}, {"calendar", INITYPE_BOOL, &np2cfg.calendar, 0}, {"USE144FD", INITYPE_BOOL, &np2cfg.usefd144, 0}, + {"e_resume", INITYPE_BOOL, &np2oscfg.resume, 0}, {"jast_snd", INITYPE_BOOL, &np2oscfg.jastsnd, 0}, // ver0.73 {"I286SAVE", INITYPE_BOOL, &np2oscfg.I286SAVE, 0}};