summaryrefslogtreecommitdiff
path: root/games/nethack-qt/patches/patch-ai
blob: fce697fd6884ff2df9d4e2dfe4ea0505d958d85f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.2 2003/03/01 21:12:51 pooka Exp $

--- win/Qt/qt_win.cpp.orig	2003-02-23 16:43:45.000000000 +0200
+++ win/Qt/qt_win.cpp	2003-03-01 22:37:46.000000000 +0200
@@ -4278,7 +4278,7 @@
 
 NetHackQtGlyphs::NetHackQtGlyphs()
 {
-    const char* tile_file = "nhtiles.bmp";
+    const char* tile_file = "tiles.xpm";
     if ( iflags.wc_tile_file )
 	tile_file = iflags.wc_tile_file;