]> granicus.if.org Git - nethack/commitdiff
uncomment setting in ntconf.h
authornhmall <nhmall@nethack.org>
Tue, 3 Dec 2019 04:22:45 +0000 (23:22 -0500)
committernhmall <nhmall@nethack.org>
Tue, 3 Dec 2019 04:22:45 +0000 (23:22 -0500)
include/ntconf.h

index f5c4930b71a705e0166db86c2deebbdf568315b5..0a35dd51bccb6e6fc722bec2b1809a863d2a53e5 100644 (file)
@@ -33,7 +33,7 @@
 /*#define CHANGE_COLOR*/ /* allow palette changes */
 #define SELECTSAVED /* Provide menu of saved games to choose from at start */
 
-/* #define QWERTZ_SUPPORT */ /* when swap_yz is True, numpad 7 is 'z' not 'y' */
+#define QWERTZ_SUPPORT  /* when swap_yz is True, numpad 7 is 'z' not 'y' */
 
 /*
  * -----------------------------------------------------------------