]> granicus.if.org Git - nethack/commitdiff
Don't use regex by default - that way player can share/transport
authorwarwick <warwick>
Tue, 16 Sep 2003 03:45:58 +0000 (03:45 +0000)
committerwarwick <warwick>
Tue, 16 Sep 2003 03:45:58 +0000 (03:45 +0000)
their nethack.cnf between platforms bettery. Wildcards suffice anyway.

include/config.h

index 32ef65fb7a38117a1b658b6c3191463a9318b689..1baff67eb36a8350ddea0ad7f9a860dbb912eb7d 100644 (file)
@@ -85,7 +85,7 @@
 #ifdef QT_GRAPHICS
 # define DEFAULT_WC_TILED_MAP   /* Default to tiles if users doesn't say wc_ascii_map */
 # define USER_SOUNDS           /* Use sounds */
-# define USER_SOUNDS_REGEX
+/* # define USER_SOUNDS_REGEX */    /* Use regexps for sound message matches */
 # define USE_XPM               /* Use XPM format for images (required) */
 # define GRAPHIC_TOMBSTONE     /* Use graphical tombstone (rip.ppm) */
 # ifndef DEFAULT_WINDOW_SYS