pkgsrc/games/falcons-eye/patches/patch-bb
pooka 60c5a78963 Falcon's Eye 1.9.3, isometric Nethack with real graphics.
Originally supplied by collver@linuxfreemail.com in pkg/14359 and
subsequently modified somewhat mostly by him.
2002-01-21 11:56:16 +00:00

13 lines
415 B
Text

$NetBSD: patch-bb,v 1.1.1.1 2002/01/21 11:56:17 pooka Exp $
--- win/jtp/jtp_win.c.orig Mon Jul 2 08:59:00 2001
+++ win/jtp/jtp_win.c
@@ -5997,7 +5997,7 @@
flags.initrole = pick_role(flags.initrace, flags.initgend, flags.initalign);
if (flags.initrole < 0)
{
- tty_putstr(BASE_WINDOW, 0, "Incompatible role!");
+ jtp_messagebox("Incompatible role!\n");
flags.initrole = randrole();
}
}