Diff for /np2/win9xc/np2.cpp between versions 1.14 and 1.15

version 1.14, 2004/01/05 07:22:02 version 1.15, 2004/01/30 14:33:28
Line 47 Line 47
 #define STATSAVEMAX             10  #define STATSAVEMAX             10
   
 static  char            np2help[] = "np2.hlp";  static  char            np2help[] = "np2.hlp";
 // static char          np2resume[] = "sav";  static  char            np2resume[] = "sav";
   
 #if defined(CPUCORE_IA32)  #if defined(CPUCORE_IA32)
                 const char szAppCaption[] = "Neko Project II (IA-32)";                  const char szAppCaption[] = "Neko Project II (IA-32)";
Line 759  int WINAPI WinMain(HINSTANCE hInstance,  Line 759  int WINAPI WinMain(HINSTANCE hInstance, 
         GetModuleFileName(NULL, modulefile, sizeof(modulefile));          GetModuleFileName(NULL, modulefile, sizeof(modulefile));
         dosio_init();          dosio_init();
         file_setcd(modulefile);          file_setcd(modulefile);
         np2arg_analize(lpszCmdLine);                            // タイミング修正       // ver0.29          np2arg_analize(lpszCmdLine);
         initload();          initload();
   
         rand_setseed((unsigned)time(NULL));          rand_setseed((unsigned)time(NULL));

Removed from v.1.14  
changed lines
  Added in v.1.15


RetroPC.NET-CVS <cvs@retropc.net>