mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
833a143561
PR: 15803 Submitted by: Will Andrews <andrews@technologist.com>
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
--- krogue/rogue/pack.c Wed Sep 1 15:44:36 1999
|
|
+++ krogue/rogue/pack.c.new Sun Nov 21 23:04:02 1999
|
|
@@ -13,7 +13,7 @@
|
|
#include "rogue.h"
|
|
#include "dun.h"
|
|
|
|
-char *curse_message = _T("you can't, it appears to be cursed");
|
|
+char *curse_message = msgQuote("you can't, it appears to be cursed");
|
|
extern short levitate;
|
|
|
|
object *
|