From: warwick Date: Tue, 16 Sep 2003 03:45:58 +0000 (+0000) Subject: Don't use regex by default - that way player can share/transport X-Git-Tag: MOVE2GIT~1776 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9402d6dc54cd8f128bc28d6d67dd8c4798bd0ad6;p=nethack Don't use regex by default - that way player can share/transport their nethack.cnf between platforms bettery. Wildcards suffice anyway. --- diff --git a/include/config.h b/include/config.h index 32ef65fb7..1baff67eb 100644 --- a/include/config.h +++ b/include/config.h @@ -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