From 9402d6dc54cd8f128bc28d6d67dd8c4798bd0ad6 Mon Sep 17 00:00:00 2001 From: warwick Date: Tue, 16 Sep 2003 03:45:58 +0000 Subject: [PATCH] Don't use regex by default - that way player can share/transport their nethack.cnf between platforms bettery. Wildcards suffice anyway. --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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