]> granicus.if.org Git - nethack/commit
fix nethackw start without arguments
authornhmall <nhmall@nethack.org>
Thu, 29 Nov 2018 04:29:28 +0000 (23:29 -0500)
committernhmall <nhmall@nethack.org>
Thu, 29 Nov 2018 04:29:28 +0000 (23:29 -0500)
commit3634d165828807bb672e2070eec7073bacc58532
tree84252116b21057ae0605c0346fadf02a4a42bcf6
parentc35c2df14da3f00586eae11fb1e4a080bb453475
fix nethackw start without arguments

The Windows graphical version in NetHackW.exe is meant to lock
itself to its own windowtype and ignore the OPTIONS=windowtype
setting in the config file, but the code to perform the lock
only did so if (argc > 1).
sys/share/pcmain.c