diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-23 00:55:11 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-23 00:55:11 +0000 |
commit | 833a143561f54a5a6f47ec9b7794c5b56139d83c (patch) | |
tree | ebd9aa5684ec6ff3df11c48de8c7890f0eafad5e /games/krogue/files/patch-af | |
parent | Move linux_mesa and linux_glide from emulators to graphics. (diff) |
Nice KDE reimplementation of the /usr/games/rogue classic
PR: 15803
Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes:
svn path=/head/; revision=26185
Diffstat (limited to 'games/krogue/files/patch-af')
-rw-r--r-- | games/krogue/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/krogue/files/patch-af b/games/krogue/files/patch-af new file mode 100644 index 000000000000..3611a131ebac --- /dev/null +++ b/games/krogue/files/patch-af @@ -0,0 +1,11 @@ +--- 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; |