From: Pasi Kallinen Date: Wed, 1 Apr 2015 05:29:12 +0000 (+0300) Subject: Remove EXPLORERS from winnt sysconf X-Git-Tag: NetHack-3.6.0_RC01~494^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f885ef58356453f322f77e5e762cf7b39c67061;p=nethack Remove EXPLORERS from winnt sysconf Stupidly added this to the winnt sysconf, when it should've been *nix only. --- diff --git a/sys/winnt/sysconf b/sys/winnt/sysconf index 808546da8..67c0b814d 100644 --- a/sys/winnt/sysconf +++ b/sys/winnt/sysconf @@ -14,9 +14,6 @@ WIZARDS=* # Uses the same syntax as the WIZARDS option above. #SHELLERS= -# Users allowed to use #exploremode. Same syntax as WIZARDS above. -EXPLORERS=* - # Show debugging information originating from these source files. # Use '*' for all, or list source files separated by spaces. # Only available if game has been compiled with DEBUG.