--- np2/win9xc/np2.cpp 2003/12/27 02:29:44 1.13 +++ np2/win9xc/np2.cpp 2004/01/30 14:33:28 1.15 @@ -47,7 +47,7 @@ #define STATSAVEMAX 10 static char np2help[] = "np2.hlp"; -// static char np2resume[] = "sav"; +static char np2resume[] = "sav"; #if defined(CPUCORE_IA32) const char szAppCaption[] = "Neko Project II (IA-32)"; @@ -58,7 +58,7 @@ static const char szClassName[] = "NP2-M NP2OSCFG np2oscfg = { - CW_USEDEFAULT, CW_USEDEFAULT, 0, 2, + CW_USEDEFAULT, CW_USEDEFAULT, 0, 0, KEY_UNKNOWN, 0, 0, 0, 0, {1, 2, 2, 1}, 0, 0}; @@ -759,7 +759,7 @@ int WINAPI WinMain(HINSTANCE hInstance, GetModuleFileName(NULL, modulefile, sizeof(modulefile)); dosio_init(); file_setcd(modulefile); - np2arg_analize(lpszCmdLine); // タイミング修正 // ver0.29 + np2arg_analize(lpszCmdLine); initload(); rand_setseed((unsigned)time(NULL));