|
|
| version 1.9, 2003/11/15 07:10:03 | version 1.10, 2003/12/02 11:09:07 |
|---|---|
| Line 334 static const char inifile[] = "np2.cfg"; | Line 334 static const char inifile[] = "np2.cfg"; |
| static const INITBL iniitem[] = { | static const INITBL iniitem[] = { |
| {"np2title", INITYPE_STR, np2oscfg.titles, | {"np2title", INITYPE_STR, np2oscfg.titles, |
| sizeof(np2oscfg.titles)}, | sizeof(np2oscfg.titles)}, |
| {"WindposX", INITYPE_SINT32, &np2oscfg.winx, 0}, | |
| {"WindposY", INITYPE_SINT32, &np2oscfg.winy, 0}, | |
| {"pc_model", INITYPE_STR, &np2cfg.model, | {"pc_model", INITYPE_STR, &np2cfg.model, |
| sizeof(np2cfg.model)}, | sizeof(np2cfg.model)}, |