1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/games/krogue/files/patch-af
Chris D. Faulhaber 833a143561 Nice KDE reimplementation of the /usr/games/rogue classic
PR:		15803
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-23 00:55:11 +00:00

12 lines
437 B
Plaintext

--- krogue/rogue/ring.c Sat Aug 28 14:23:08 1999
+++ krogue/rogue/ring.c.new Sun Nov 21 23:04:16 1999
@@ -13,7 +13,7 @@
#include "rogue.h"
#include "dun.h"
-char *no_ring = _T("there's no ring on that hand");
+char *no_ring = msgQuote("there's no ring on that hand");
short stealthy, r_rings, add_strength, e_rings, regeneration, ring_exp;
short auto_search;
boolean r_teleport, r_see_invisible, sustain_strength, maintain_armor;