pkgsrc/games/nethack-qt/patches/patch-ai
pooka d65e5aee6a Hello NetHack 3.4.1
This is a bugfix release, no new features introduced.

As a compensation for no new features, savegames and bones levels
from NetHack 3.4.0 should work, and that's why I kept the datafile
directory named nethackdir340. In theory you should be able to
simply update the nethack pkgs and continue playing, but I'll not
accept any death threats if it doesn't work, so please make sure
you make the appropriate backups before trying.
2003-03-01 21:12:49 +00:00

13 lines
396 B
Text

$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;