summaryrefslogtreecommitdiff
path: root/games/nethack-qt/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack-qt/patches/patch-ai')
-rw-r--r--games/nethack-qt/patches/patch-ai13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/nethack-qt/patches/patch-ai b/games/nethack-qt/patches/patch-ai
new file mode 100644
index 00000000000..8a787b98115
--- /dev/null
+++ b/games/nethack-qt/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2002/03/22 17:26:27 pooka Exp $
+
+--- win/Qt/qt_win.cpp.orig Sat Jul 22 03:59:19 2000
++++ win/Qt/qt_win.cpp Thu Aug 10 19:59:49 2000
+@@ -3448,7 +3448,7 @@
+
+ NetHackQtGlyphs::NetHackQtGlyphs()
+ {
+- const char* tile_file = "x11tiles";
++ const char* tile_file = "tiles.xpm";
+
+ int tw = TILEWBASE;
+ int th = TILEHBASE;