Files
nethack/win
nethack.allison f48b00f5f5 It was ignoring the command line parameters
because there was an extraneous argv[1] that was
a repeat of the module name, but in quotation
marks.  The processing in pcmain stops on the first
argument that doesn't start with '-' so my other
arguments got ignored.

 argv[0] 0x00b40800 "C:\test\binary\nethackw.exe"
 argv[1] 0x00b40878 ""C:\test\binary\nethackw.exe""
 argv[2] 0x00b408f0 "-uwizard"
 argv[3] 0x00b40938 "-D"
2002-01-23 00:00:02 +00:00
..
2002-01-05 21:06:01 +00:00
2002-01-07 02:12:04 +00:00
2002-01-21 10:41:42 +00:00
2002-01-07 02:12:04 +00:00
2002-01-07 02:12:04 +00:00